commands – job schedule (cron)
Add/delete a cron job schedule.
Usage
job schedule (add|delete) name cron entry
where
add | add the specified schedule. |
delete | delete the specified schedule. |
name | of job whose schedule to add/delete. |
entry | See crontab entry for format description. |
write on name
Examples
Schedule a job with a cron schedule
Execute a job on the last Friday of the month.
BeyondCron % job schedule add /server2/last-friday cron 30 17 * * 5L
BeyondCron % job show $$
----------- ------------------------ Name /server2/last-friday Description Last Friday of the month ... Schedules cron 0 30 17 ? * FRIL ...
Delete a job schedule
BeyondCron % job schedule delete /server2/last-friday cron 30 17 * * 5L
BeyondCron % job show $$
----------- ------------------------ Name /server2/last-friday Description Last Friday of the month ... Schedules ...
See also
- schedule calendar
- schedule daily
- schedule date
- schedule monthly
- schedule repeat
- schedule sunrise/sunset