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