# m h dom mon dow user command # Run normal backups every morning at 6am (except Sunday) 0 6 * * 0-6 root /root/scripts/backup/backup-daily # Run backups with verify once a week on Sunday at 6am 0 6 * * 7 root /root/scripts/backup/backup-daily verify # Prepare offline backups once a month on the first of the month at 8am 0 8 1 * * root ssh root@remote /root/scripts/backup/backup-offline