The COPY command is used to copy a workgroup definition to new workgroup definition and rename it.
Windows/OpenVMS Format:
copy/workgroup from_workgroup_name to_workgroup_name [/qualifiers]
UNIX/Linux Format:
cpwg from_workgroup_name to_workgroup_name
/[no]log or -[no]log
/[no]confirm or -[no]confirm
/node or -node = target_node
Windows/OpenVMS:
Schedule> copy/workgroup sch_test_wg sch_test2_wg
UNIX/Linux:
Schedule> cpwg sch_test_wg sch_test2_wg
/[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.
/node or -node=target_node
The NODE qualifier specifies what NODE (either local or remote) you want the operation performed on. /HOSTNAME may be substituted for /NODE.
/[no]log or -[no]log
The LOG qualifier causes each completed operation to issue a note to the user.