ubuntu:cron:schedule_weekly_cron_jobs
This is an old revision of the document!
Ubuntu - Cron - Schedule Weekly Cron Jobs
@weekly /scripts/system-cleanup.sh
This command will invoke the script system-cleanup.sh in the first minute of the week.
The notation is similar in meaning to the following command.
0 0 1 * mon /scripts/system-cleanup.sh
ubuntu/cron/schedule_weekly_cron_jobs.1576195992.txt.gz · Last modified: 2020/07/15 09:30 (external edit)