On Tue, 2006-05-16 at 17:12 -0700, [EMAIL PROTECTED] wrote:
> rsync --read-batch=foo /mysrc remote:/dest
> gives
> remote destination is not allowed with --read-batch
And it shouldn't. Isn't it a bigger problem that there is a source
argument specified even with --read-batch? I think rsync shoul
On Tue, May 16, 2006 at 05:12:15PM -0700, [EMAIL PROTECTED] wrote:
> Whats the reason that using a batch file can't be used with a remote
> destination?
Because reading a batch file only involves starting a receiver process,
which modifies local files. It's easy to run the command remotely,
howev
Whats the reason that using a batch file can't be used with a remote
destination?
rsync --read-batch=foo /mysrc remote:/dest
gives
remote destination is not allowed with --read-batch
I need to push the same set of files to about 20 servers and because of
firewall rules, the 20 servers cannot p