@ -1,5 +1,10 @@
#!/bin/sh
if [ $TIMESTAMP = true ]
then
BACKUP_FILE="$(echo $BACKUP_FILE)_$(date "+%F-%H%M%S")"
fi
/usr/bin/sqlite3 $DB_FILE ".backup $BACKUP_FILE"
if [ $? -eq 0 ]
The note is not visible to the blocked user.