Re: question about rsync batch operation

2013-05-19 Thread Wayne Davison
On Thu, Feb 21, 2013 at 2:11 PM, Jason Keltz wrote: > As far as I understand, even though rsync is running on the client, the > server is trying to write the batch file locally? > No, the batch file is always output by whatever side is running the rsync command. You either need to specify a pat

question about rsync batch operation

2013-02-21 Thread Jason Keltz
Hi. I have a question about the use of the rsync batch capability with --read-batch and --write-batch/--only-write-batch. On my rsync server, where I am running rsync in daemon mode, I make a tree available to my client. The client has rsynced the entire tree from the server. So far, so good.