is it possible to backup (by names, and by i-nodes) 2 or more files on a single tape cartridge? how? i tried to use the command:
for x in /var /tmp
do
find $x -print | backup -ivqf /dev/rmt0
done
then execute:
restore -Tvqf /dev/rmt0 > restore.out to check the output
what i see was only the /tmp files being archieved onto the tape.
how should it be done?
thanks,
for x in /var /tmp
do
find $x -print | backup -ivqf /dev/rmt0
done
then execute:
restore -Tvqf /dev/rmt0 > restore.out to check the output
what i see was only the /tmp files being archieved onto the tape.
how should it be done?
thanks,