![]() |
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| Shell Programming and Scripting Post questions about KSH, CSH, SH, BASH, PERL, PHP, SED, AWK and OTHER shell scripts and shell scripting languages here. |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| single quote problem with rsync | mr_boysito | Shell Programming and Scripting | 9 | 12-05-2008 09:49 PM |
| rsync problem | mjdousti | UNIX for Dummies Questions & Answers | 6 | 12-17-2007 05:45 AM |
| rsync problem!! | skotapal | UNIX for Advanced & Expert Users | 3 | 10-18-2005 04:58 PM |
| rsync problem | redlotus72 | UNIX for Advanced & Expert Users | 1 | 08-18-2005 03:47 PM |
| rsync problem - space character in filename | chief2 | UNIX for Dummies Questions & Answers | 3 | 09-24-2004 12:06 PM |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
||||
|
problem with rsync
Hi,
I am copying files from one server to the other by rsync utilty. I am giving a list file to the rsync and i am writing it to the log also. The problem is that,rsync is not copying the order in which i have given files and links to the list. I can see it, through the log file. I am giving SEQ_ORDER_LIST to the rsync. SEQ_ORDER_LIST consists of file1 link1 file 2 link2 file3 link3 but the log shown is file1 file2 file3 link1 link2 link3 I want the rsync to copy the files in the order specified in the list file. so please help me . |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|