User Tools

Site Tools


ubuntu:cron:schedule_cron_to_execute_a_job_at_2_am_daily

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.txt · Last modified: 2020/07/15 09:30 by 127.0.0.1

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki