On Mon, Jun 21, 2004 at 03:48:16PM -0700, Wayne Davison wrote: > On Mon, Jun 21, 2004 at 09:57:13PM +0200, Karsten Scheibler wrote: > > delta-transmission disabled for local transfer or --whole-file > > That's because of a long-standing bug in batch mode. Specify > --no-whole-file to work around it when reading a batch. > > ..wayne..
Wayne, Is this fixed by the "|| read_batch" in: static BOOL disable_deltas_p(void) { if (whole_file > 0) return True; if (whole_file == 0 || write_batch || read_batch) return False; return local_server; } which is in CVS? -chris > -- > To unsubscribe or change options: http://lists.samba.org/mailman/listinfo/rsync > Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html -- To unsubscribe or change options: http://lists.samba.org/mailman/listinfo/rsync Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html