Originally posted by: apple08
Dear AIX gurus,
would like to seek your advice.
and I would like to append the the savevg of several vg into one tape. do u have any comments to my script?
#!/usr/bin/ksh
/usr/bin/savevg -p -v -f /dev/rmt1.1 prod1vg
/usr/bin/savevg -p -v -f /dev/rmt1.1 prod2vg
what is the efficient way to verify the content of the tape and to ensure the backup is good?
Hope to hear from you. Many thanks in advance
#AIX-Forum