Doing multiple backups on the 6000 8mm tape

Bob Ware bware at slate.mines.colorado.edu
Fri Feb 22 02:09:02 AEST 1991


In article <3366 at ucsfcca.ucsf.edu> jd9014 at cca.ucsf.edu (Joe DeBattista) writes:
...
>What happens, however, is that the backup command still rewinds to
>the beginning before starting the next backup.  I'd be grateful for
...

The backup command MAY be doing what you wish.  

Look at the restore command.  When the tape is written with /dev/rmt0.1,
then you MUST use the -s flag with the 'restore' command.  For example,
"restore -i -s 1 -f /dev/rmt0.1" will read the first backup file on the
tape.  Note that it is the device name when writing the file that is
important, not when reading.

If you just do "restore -i -f /dev/rmt0.1" it will read the *SECOND* backup
file on the tape!!!

I really got bit by that one when we were setting up our backup program.

-- 
Bob Ware, Colorado School of Mines, Golden, Co 80401, USA
(303) 273-3987
bware at mines.colorado.edu bware at slate.mines.colorado.edu bware at mines.bitnet



More information about the Comp.unix.aix mailing list