Backup and Restore 2 Manual

BRCOM RESTORE Command
Backup and Restore 2 Manual522696-019
7-57
OSS Restore Examples
The /etc and /var directories are both restored. The x file is not restored.
If you specify a WHERE expression for one set of OSS objects, you must specify a
WHERE expression for each other set of OSS objects in the command. For
example:
BR> RESTORE =mytape, OSS (((/usr/bin, TGT /newdir),
BR+> /usr/local/bin) WHERE (EOF > 2000000 AND OWNER =
BR+> software.sitaramv), ((/home/sv/myfile, TARGET /home/sv),
BR+> /etc/rc, /var/x ) WHERE MODTIME AFTER JAN 17 2005);
In this example:
The first WHERE expression applies only to /usr/bin and
/usr/local/bin.
The second WHERE expression applies only to /home/sv/myfile,
/etc/rc, /var/x.
etc Directory
rc File in the /etc directory (last modified on 20 JAN 1999)
var Directory
x File in the /x directory (last modified on 12 DEC 1998)
etc Directory
rc File in the /etc directory (created on 07 JAN 2004)
var Directory