@@ -0,0 +1,8 @@
#!/bin/sh
# Create and install crontab file
echo "$CRON_INTERVAL /backup.sh" >> /backup.cron
crontab /backup.cron
crond -f -d 8
The note is not visible to the blocked user.