The UNIX and Linux Forums  

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 UNIX Forums - Click on the Thread or Permalink to View Entire Thread -->
  #4 (permalink)  
Old 06-28-2005
Perderabo's Avatar
Perderabo Perderabo is offline
Unix Daemon
 

Join Date: Aug 2001
Location: Washington DC Area
Posts: 8,352
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.
Reply With Quote