![]() |
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| UNIX for Dummies Questions & Answers If you're not sure where to post a UNIX or Linux question, post it here. All UNIX and Linux newbies welcome !! |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| cpio error. | alisevA3 | UNIX for Dummies Questions & Answers | 1 | 05-03-2006 12:04 PM |
| cpio write i/o error | fidodido | UNIX for Dummies Questions & Answers | 6 | 04-07-2006 03:40 PM |
| Please help with cpio on HP-UX | soestx | HP-UX | 3 | 01-13-2006 06:07 PM |
| cpio | kok | UNIX for Dummies Questions & Answers | 2 | 08-12-2004 08:57 AM |
| cpio | wipro fluid power | UNIX for Dummies Questions & Answers | 2 | 06-18-2001 10:56 AM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
||||
|
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. |
|
||||
|
Hi,
my Code : echo copping daily.0 to daily1.0 using cpio cd /home/arbuser/temp2/mscdr/tar/daily.0 && find . -print | $CPIO -pdl "$DR_BACKUP_DIR/daily.1/"; echo "Error==> " $? O/p : copping daily.0 to daily1.0 using cpio cannot write in </home/arbuser/temp2/mscdr/tar/daily.1/> Error==> 2 what is wrong in my code?? |
| Sponsored Links | ||
|
|
![]() |
| Bookmarks |
| Tags |
| cpio |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|