This example backs up two user RDAREAs (RDAREA01 and RDAREA02):
pdcopy -m /hirdb/rdarea/mast/mast01 -M r -p /usr/hirdb/pdcopy/list/list01
-b /usr/hirdb/pdcopy/backup/backup01 -r RDAREA01,RDAREA02 |
- 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.
- -b: Specifies the name of the backup file.
- -r: Specifies the name of the RDAREAs to be backed up (RDAREA01 and RDAREA02).