1. Purchase "Sysback". It can save many volume groups on a tape and even span tapes.
2. Do the following:
# mt -f /dev/rmt0 rewind
# savevg -p -f /dev/rmt0 VG1
# savevg -p -f /dev/rmt0.1 VG2
To restore VG1, do
# restore -f /dev/rmt0 [file_spec]
To restore VG2, do
# mt -f /dev/rmt0 rewind
# mt -f /dev/rmt0.1 fsf 1
# restore -f /dev/rmt0.1 [file_spec]
I'm not sure about the "fsf 1" - it might be a number other than 1.
Assuming you have sufficient space on your tape, whilst doing the first save, specify the 'no-rewind' version of your device for the save. This is usually identifiable because the name ends with an 'n', for example strn, exabyten etc. Should you need to subsequently restore from the second tape, use:
mt -f /dev/whatevern fsf 1 (again, specify the 'n' version)
to move through the tape to the second logical tape on the cartridge, then start your restore. Hope this helps.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.