This example makes a backup of all RDAREAs in the batch mode using NetBackup.
pdcopy -m /hirdb/rdarea/mast/mast01 -M r -p /usr/hirdb/pdcopy/list/list01
-z /usr/hirdb/pdcopy/logpoint/logpoint01 -b host01:POLICY01 -a -k n |
- 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 processing 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 NetBackup policy as the backup file name, in the format post-name:policy-name.
- -a: Specifies that all RDAREAs are to be backed up.
- -k: Specifies the type of backup file. This example specifies n to make a backup using NetBackup.