This example restores user RDAREAs (RDAREA01 and RDAREA02) to the point where their backup was made.
pdrstr -m /hirdb/rdarea/mast/mast01 -b host01:POLICY01 -k n -r RDAREA01,RDAREA02 |
- Explanation
- -m: Specifies the name of the first HiRDB file in the master directory RDAREA.
- -b: Specifies the name of the backup file (NetBackup policy name).
- -k: Specifies the type of backup file. This example specifies n to use NetBackup policy.
- -r: Specifies the RDAREAs to be restored.