Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

CPIO on SCO 5.0.7 vs. 6.0

Status
Not open for further replies.

Carlitos71

IS-IT--Management
Jan 12, 2004
60
0
0
US
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
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top