ubuntu:cron:create_a_backup_of_all_user_accounts_at_5_am_per_week
Ubuntu - Cron - Create a Backup of All User Accounts at 5 am Per Week
0 5 * * 1 tar -zcf /var/backups/home.tgz /home/
The above crontab command will create the backup file every week instead of every day.
Notice, here how the last time value has been replaced with 1 instead of the *.
ubuntu/cron/create_a_backup_of_all_user_accounts_at_5_am_per_week.txt · Last modified: 2020/07/15 09:30 by 127.0.0.1