we currently use the backup command for a daily save
we check what filesystems are mounted, then proceed to back them all up.
Is there any way of checking what is actually on the tape ?
I can't see any options from backup or restore commands to list the tape.
Here's the backup line from the script:
find ${FS} -print -xdev | backup -ivqf ${TAPE_NR}
Here's the restore command:
restore -xvqs 4 -f/dev/rmt0.1 /tmp/thiswillrestore.dog
I ask, as I'm having problems restoring files !
thanks
madra
we check what filesystems are mounted, then proceed to back them all up.
Is there any way of checking what is actually on the tape ?
I can't see any options from backup or restore commands to list the tape.
Here's the backup line from the script:
find ${FS} -print -xdev | backup -ivqf ${TAPE_NR}
Here's the restore command:
restore -xvqs 4 -f/dev/rmt0.1 /tmp/thiswillrestore.dog
I ask, as I'm having problems restoring files !
thanks
madra