ubuntu:cron:schedule_cron_to_execute_a_job_at_2_am_daily
This is an old revision of the document!
Ubuntu - Cron - Schedule Cron to Execute a Job at 2 am Daily
0 2 * * * /bin/sh backup.sh
Cron will execute the script backup.sh at 2 am every day.
WARNING: Make sure the script has executable permission and sits in the specified directory.
ubuntu/cron/schedule_cron_to_execute_a_job_at_2_am_daily.1576192974.txt.gz · Last modified: 2020/07/15 09:30 (external edit)