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 > Top Forums > UNIX for Dummies Questions & Answers
.
google unix.com




Thread: Error in cpio?
View Single Post in the UNIX and Linux Forums - Click on the Thread or Permalink to View Entire Thread -->
  #4 (permalink)  
Old 06-28-2005
Perderabo's Avatar
Perderabo Perderabo is offline Forum Staff  
Unix Daemon
  
 

Join Date: Aug 2001
Location: Ashburn, Virginia
Posts: 9,111
Most people backup to an archive file. If your destination is a writable directory, this should work. I tried your code on my system but with with different directories and it worked for me. Can you write into that directory? Try touching a file in it using the full path name, not a relative pathname. An unsearchable directory anywhere in that destination path could cause this. Other than that, it beats me.