commands – job add
Add/create a new job.
Usage
job add name [description]
where
name | of job to add. |
description | of job. Optional. |
write on name
Examples
Create a job
BeyondCron % job add /examples/server/backup
BeyondCron % job list $$
Job Type Mode Description ----------------------- ------- -------- ----------- /examples/server/backup Command Disabled
Create a job with a description
BeyondCron % job add /examples/server/reboot Weekly reboot
BeyondCron % job list $$
Job Type Mode Description ----------------------- ------- -------- ------------- /examples/server/reboot Command Disabled Weekly reboot
See also
- job calendar
- job changes
- job command
- job condition
- job content
- job copy
- job delay
- job delete
- job description
- job diff
- job email
- job enable/disable/bypass
- job history
- job host
- job image
- job input
- job list
- job message
- job output
- job property
- job schedule
- job show
- job sql
- job start/kill
- job status
- job subject
- job timezone
- job trigger
- job url
- job user
- job variables