@ -0,0 +1,9 @@
#!/bin/sh
/usr/bin/sqlite3 $DB_FILE ".backup $BACKUP_FILE"
if [ $? -eq 0 ]
then
echo "$(date) - Backup successfull"
else
echo "$(date) - Backup unsuccessfull"
fi
The note is not visible to the blocked user.