The UNIX and Linux Forums  
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.

Go Back   The UNIX and Linux Forums > Operating Systems > SCO
.
google unix.com




View Single Post in the UNIX and Linux Forums - Click on the Thread or Permalink to View Entire Thread -->
  #3 (permalink)  
Old 04-20-2009
systime_nz systime_nz is offline
Registered User
  
 

Join Date: Apr 2009
Posts: 4
CPIO Backup End of Media

I dont recommend multi tapes with CPIO.

To fit more onto a tape, I would suggest you use 'compress -H' to compress the data. Your initial find command is piped to compress -H which in turn is piped to the destination device

To read the contents of the tape you will need to use 'uncompress' which is piped from 'dd if' command and uncompress is piped to cpio