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

Join Date: Feb 2005
Posts: 69
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.