Installation manual
Section 9 F Retrieving Files from the Installation Tape
102
Installing and Upgrading ENVOX
r
Configuration Software on DEC VAX and DEC AXP Systems (Revision B — May 1998)
The following example recovers all files with a file extension of EXE from
the [sybase.bin] directory contained within the SYBASE saveset
SYSTEM10_SERVER.C located on the installation media inserted into
tapedrive mka400:, and sets the file ownership to SYBASE.
$ set def SYBASE_DEVICE:[SYBASE.BIN]
$ mount/for mka400:
$ backup mka400:system10_server.C *.*/select=
[sybase.bin]*.exe/log/ignore=label/owner=SYBASE/new
$ dismount mka400:
$ set file/prot=(S:RWED,O:RWED,G:RE,W:RE) *.exe
The following example lists all savesets stored on the installation media
inserted into tapedrive mka400:
$ mount/over=id mka400:
$ dir mka400:*.*
$ dismount mka400:
The following example lists all the files stored in saveset ENVOX_B.BCK
held on the installation media and inserted into tapedrive mka400:
$ mount/for mka400:
$ backup/list mka400:ENVOX_B.BCK
$ dismount mka400:
9










