This example restores user RDAREAs (rdarea01 and rdarea02) to the point where their differential backup was obtained.
pdrstr -m /rdarea/mast/mast01 -g backupg1 -K /pdcopy/admfile -r rdarea01,rdarea02 |
- Explanation
- -m: Specifies the name of the first HiRDB file in the master directory RDAREA.
- -g: Specifies the name of the differential backup group.
- -K: Specifies the name of the HiRDB file system area that stores the differential backup management file.
- -r: Specifies the names of the RDAREAs to be restored (rdarea01 and rdarea02).