Guest_imported
New member
- Jan 1, 1970
- 0
I've never had this problem before, I can read the tape with cpio -ictv </dev/rct0 without a problem.
The backup was written with the following command (don't ask why they do it like this, i don't know):
find / -print | cpio -ocvdBum -O/dev/rct0
I am trying to restore two files from the tape with the following command:
cpio -icdvum -I /dev/rct0 "u/sman/r/CD428.r" "/u/sman/p/CD428.P"
and also the following:
cpio -ivcdum </dev/rct0 "/u/sman/r/CD428.r" "/u/sman/p/CD428.P"
Neither of these restore the files, it doesn't error out, it doesn't time out, but i let it run for 15 hours and still nothing.
Please help, is it the -O on the command that wrote it that is throwing me off?
The backup was written with the following command (don't ask why they do it like this, i don't know):
find / -print | cpio -ocvdBum -O/dev/rct0
I am trying to restore two files from the tape with the following command:
cpio -icdvum -I /dev/rct0 "u/sman/r/CD428.r" "/u/sman/p/CD428.P"
and also the following:
cpio -ivcdum </dev/rct0 "/u/sman/r/CD428.r" "/u/sman/p/CD428.P"
Neither of these restore the files, it doesn't error out, it doesn't time out, but i let it run for 15 hours and still nothing.
Please help, is it the -O on the command that wrote it that is throwing me off?