Re: rsync of file list

2006-03-01 Thread Matt McCutchen
On Wed, 2006-03-01 at 12:04 -0800, lsk wrote: > /// lsk-> Linus in my case the destination server path name and source > path name that includes SID is different so how you would build the rsync > syntax using --files-from with this. > > rsync -zv --no-whole-file --stats /d01/app/sourSID/testf

Re: rsync of file list

2006-03-01 Thread lsk
ser:/t03/app/destSID/testfile4.dbf rsync -zv --no-whole-file --stats /d04/app/sourSID/testfile5.dbf tarser:/t04/app/destSID/testfile5.dbf Thanks, lsk. -- View this message in context: http://www.nabble.com/rsync-of-file-list-t920650.html#a3190257 Sent from the Samba - rsync forum at Nabble.

Re: rsync of file list

2006-01-15 Thread Matt McCutchen
On Sun, 2006-01-15 at 09:15 +0200, Mark, Oren wrote: > Can I do it one single rsync command, giving a file containing list of > paths as parameter, or do I need to run rsync for each file. It looks like this is what you need. --files-from=FILE Using this option allows you to

rsync of file list

2006-01-14 Thread Mark, Oren
Hi All,   I would to rsync data spread of many files from remote site. Each file may exist in total different location – the path for each file may be different. My question is: Can I do it one single rsync command, giving a file containing list of paths as parameter, or do I need to ru