This example uses JP1/OmniBack II to back up all RDAREAs in batch mode:
pdcopy -m /hirdb/rdarea/mast/mast01 -M r -p /usr/hirdb/pdcopy/list/list01
-z /usr/hirdb/pdcopy/logpoint/logpoint01 -b host01:backup001 -a -k o -G DLT01 |
- Explanation
- -m: Specifies the name of the first HiRDB file in the master directory RDAREA.
- -M: Specifies the backup acquisition mode.
- -p: Specifies the output file name for the database copy utility process results listing.
- -z: Specifies the name of the log point information file. There is no need to specify this option if the system operation involves unloading of the system log. This option is applicable to a HiRDB/Single Server but not to a HiRDB/Parallel Server.
- -b: Specifies the name of the backup file.
- -a: Specifies that all RDAREAs are to be backed up.
- -k: Specifies the type of backup file. This example specifies o to back up RDAREAs to JP1/OmniBack II's object.
- -G: Specifies the name of the barlist file. The following shows the contents of the barlist file (DLT01):
BARLIST "DLT01" ..........1
DEFAULTS
{
}
DEVICE "backup01" ........2
{
}
CLIENT HiRDB host4 .......3
{
-public ................4
} -protect none ..........5 |
- Explanation
- Name of the barlist file
- Name of the logical device (backup file)
- Name of the host containing JP1/OmniBack II's disk agent
- Required operand
- Object protection specification (not protected)