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.
General Format
increment/job job_name [/qualifiers]
Alternate
incjob job_name [-qualifiers]
Qualifier Summary
general qualifiers:
/[no]log
/[no]confirm
/node = target_node
Examples
C:\> schedule increment/job daily_backup
Qualifiers
/confirm
/noconfirm
CONFIRM requests that the user be prompted prior to any operation to verify that the selected entry is the correct one.
/hostname=host_name
The qualifier specifies what node (either local or remote) you want the operation performed on.
/log
/nolog
The LOG qualifier causes each completed operation to issue a note to the user.