Link to home
Start Free TrialLog in
Avatar of petro2
petro2

asked on

Restore tar using CPIO

How can I restore a tape using cpio that may have been created with tar. currently I use this command to restore cpio tapes

cpio -icvduC32768 -I/dev/rmt/ctape1 "DATA/*" , but this does not work on the tar tape.

thanks

Avatar of ahoffmann
ahoffmann
Flag of Germany image

why not using tar?
Avatar of petro2
petro2

ASKER

The tape was created on SCO and I am using unixware now.  I tried using
tar -xvAf /dev/rmt/ctape1 DATA, and it is super slow....
I guess you just need to use the proper blocksize ...
Avatar of petro2

ASKER

How can I figure out what he block size is suppose to be?
pax -rv <file.tar
ASKER CERTIFIED SOLUTION
Avatar of gheist
gheist
Flag of Belgium image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial