I am trying to do a restore of a savevg backup done using the following syntax:
savevg -m -v -X -f /dev/rmt0 -p ldsvg >> $output
I try to do the restore of the files which are in a relative path format eg ./csc/fleet
using the following syntax:
restore -xdqvf /dev/rmt0 ./csc/fleet
The tape drive flashes away I get this from the output then nothing else happens:
$ restore -xdqvf /dev/rmt0 ./csc/fleet
New volume on /dev/rmt0:
Cluster size is 51200 bytes (100 blocks).
The volume number is 1.
The backup date is: Sat May 13 00:11:19 CDT 2006
Files are backed up by name.
The user is root.
Thanks I'm sure it's something obvious I have overlooked.
savevg -m -v -X -f /dev/rmt0 -p ldsvg >> $output
I try to do the restore of the files which are in a relative path format eg ./csc/fleet
using the following syntax:
restore -xdqvf /dev/rmt0 ./csc/fleet
The tape drive flashes away I get this from the output then nothing else happens:
$ restore -xdqvf /dev/rmt0 ./csc/fleet
New volume on /dev/rmt0:
Cluster size is 51200 bytes (100 blocks).
The volume number is 1.
The backup date is: Sat May 13 00:11:19 CDT 2006
Files are backed up by name.
The user is root.
Thanks I'm sure it's something obvious I have overlooked.