Advance the start time one cycle.
The INCREMENT command will advance the start date by one cycle. All the conditions and constraints are applied in this process. For example, if the definition calls out for skipping weekends, then the increment command will also skip weekends. This command only applies to jobs that have a rescheduling method specified.
Windows/OpenVMS Format:
increment/job job_name [/qualifiers]
UNIX/Linux Format:
incjob job_name [-qualifiers]
/[no]log or -[no]log
/[no]confirm or -[no]confirm
/node or -node = target_node
Windows/OpenVMS:
Schedule> increment/job daily_backup
UNIX/Linux:
Schedule> incjob daily_backup
/[no]confirm or -[no]confirm
CONFIRM requests that the user be prompted prior to any operation to verify that the selected entry is the correct one.
/hostname or -node =hostname
The qualifier specifies what node (either local or remote) you want the operation performed on.
/[no]log or -[no]log
The LOG qualifier causes each completed operation to issue a note to the user.