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 -->
  #1 (permalink)  
Old 06-27-2005
redlotus72 redlotus72 is offline
Registered User
 

Join Date: Feb 2005
Posts: 68
Error in cpio?

Hi,

I want to do incremental backup of my files,
I am using cpio for copy,
my code is as follows:

CPIO=/usr/bin/cpio

cd /home/arbuser/temp2/mscdr/tar/daily.0 && find . -print | $CPIO -dplm $DR_BACKUP_DIR/daily.1


I am unable to copy to daily.1

in commad prompt I am gettiung error:
cannot write in </home/arbuser/temp2/mscdr/tar/daily.1>

I have created daily.1 and gave permisstion attribute to 777, still I am gettinf same error.
Reply With Quote
Forum Sponsor