![]() |
|
|
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 |
| rsync - exclude statement not working | em23 | Shell Programming and Scripting | 1 | 08-21-2008 07:47 PM |
| Creating and using a /.rsync/exclude | komputersman | Shell Programming and Scripting | 0 | 03-19-2008 06:13 PM |
| TAR : option to exclude absolute path | telco | UNIX for Dummies Questions & Answers | 1 | 06-20-2007 12:25 AM |
| rsync with the --delete option | sallender | UNIX for Dummies Questions & Answers | 1 | 10-22-2005 10:52 AM |
| rsync with the --delete option. | sallender | UNIX for Advanced & Expert Users | 2 | 10-21-2005 12:55 PM |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
||||
|
rsync exclude option
Hi Frdz,
i am using rsync to transfer files from source to destination. but i have one criteria like i have to tranfer only links from source to destination. in home/test/po folder i have kiran/test1 -> /home/test/lo/fg kiran/test2 -> /home/test/lo/fg2 like links are available. and i am running the following command. rsync -rvcpogtl -e "ssh -p1223" --exclude='?' /home/test/toDay/ username@hostname:/home > test.log what to place in the value of exclude option?? |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|