Greetings.
I am using this command to put our backup data to tape device:
cpio -ovcumdBa </mnt5/backuplist.par >$outputdevice
When I wont to bring the data back from the tape, I am using this command:
cpio -ivcmdluB </dev/rmt/0m usr/dcr/star/file.name
It looks that is does something during execution of this command, but then when it finishes, I cannot see any files!
It worked about a half year ago. Now it does not!
What it can be?
Thanks in advance!
I am using this command to put our backup data to tape device:
cpio -ovcumdBa </mnt5/backuplist.par >$outputdevice
When I wont to bring the data back from the tape, I am using this command:
cpio -ivcmdluB </dev/rmt/0m usr/dcr/star/file.name
It looks that is does something during execution of this command, but then when it finishes, I cannot see any files!
It worked about a half year ago. Now it does not!
What it can be?
Thanks in advance!