Copy a scheduled job definition.
The COPY command will copy an entire job definition into another name. All aspects of a job are copied including all lists. This includes all the entries on the prerequisite list, initiate list, command list and all other lists.
General Format
copy/job from_job_name to_job_name [/qualifiers]
Alternate
cpjob from_job_name to_job_name [-qualifiers]
Qualifier Summary
/[no]log
/[no]confirm
/[no]node=target_node
/nocheck
Examples
C:\> schedule copy/job schedule_a schedule_b /confirm
copy \skapur\schedule_a to \skapur\schedule_b [y/n] ? (y):
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.
/nocheck
The NOCHECK qualifier disables the CHECK whether or not a provided prerequisite or initiate list makes references to any non-existent jobs.