yahoogroups | 2 Jan 2003 03:09

Re: Simulating rdist?

--- Dave Dykstra <dwd.at.drdykstra.us <at> yahoogroups.at.vikas.mailshell.com>
wrote:
> See the BATCH MODE section in the rsync 2.5.5 man page.  It's stil pretty
> new and experimental, so it may not do what you want, but currently it's the
> best that rsync can do.

I dont quite understand. The man page mentions that it creates 4 files with
various rsync state information. 

How does this help me in propagating a src tree to N different machines?

Thanks

__________________________________________________
Do you Yahoo!?
Yahoo! Mail Plus - Powerful. Affordable. Sign up now.
http://mailplus.yahoo.com
--

-- 
To unsubscribe or change options: http://lists.samba.org/mailman/listinfo/rsync
Before posting, read: http://www.tuxedo.org/~esr/faqs/smart-questions.html

Jos Backus | 2 Jan 2003 08:31

Re: Simulating rdist?

On Wed, Jan 01, 2003 at 06:09:53PM -0800, yahoogroups <at> vikas.mailshell.com wrote:
> --- Dave Dykstra <dwd.at.drdykstra.us <at> yahoogroups.at.vikas.mailshell.com>
> wrote:
> > See the BATCH MODE section in the rsync 2.5.5 man page.  It's stil pretty
> > new and experimental, so it may not do what you want, but currently it's the
> > best that rsync can do.
> 
> I dont quite understand. The man page mentions that it creates 4 files with
> various rsync state information. 
>
> How does this help me in propagating a src tree to N different machines?

These 4 files can be used on the remote systems to update the target tree
using the --read-batch option. This is more efficient because the transfer of
the diff information can happen in parallel (e.g. using multicast filetransfer
tools) and the source tree is only examined once instead of N times. Of
course, this only works if the target trees are not changed in any other way
than by using this method.

-- 
Jos Backus                       _/  _/_/_/      Sunnyvale, CA
                                _/  _/   _/
                               _/  _/_/_/
                          _/  _/  _/    _/
jos at catnook.com        _/_/   _/_/_/          require 'std/disclaimer'
--

-- 
To unsubscribe or change options: http://lists.samba.org/mailman/listinfo/rsync
Before posting, read: http://www.tuxedo.org/~esr/faqs/smart-questions.html

(Continue reading)


Gmane