Carlitos71
IS-IT--Management
I have written some files to tape on SCO 5.0.7 using the following command:
find corp1 corp2 corp3 -depth -print |cpio -oBvc >/dev/rct0
However when I try to read the tape on SCO 6.0 using:
/osr5/usr/bin/cpio -it </dev/rmt/c1bot2l0
I am get an I/O error on read. Which is the same error that happens when trying to restore. Is it writing a different header from SCO 5.0.7 then 6.0. Is there a way to get around this?
Thanks in advance.
Carl
find corp1 corp2 corp3 -depth -print |cpio -oBvc >/dev/rct0
However when I try to read the tape on SCO 6.0 using:
/osr5/usr/bin/cpio -it </dev/rmt/c1bot2l0
I am get an I/O error on read. Which is the same error that happens when trying to restore. Is it writing a different header from SCO 5.0.7 then 6.0. Is there a way to get around this?
Thanks in advance.
Carl