problems with --read-batch and --write-batch with --files-from

Chris Shoemaker c.shoemaker at cox.net
Mon Jun 21 19:11:17 GMT 2004


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


More information about the rsync mailing list