search for: write_batch_monitor_out

Displaying 2 results from an estimated 2 matches for "write_batch_monitor_out".

2005 Mar 21
4
Patch: Offline transfer mode
...========================== --- rsync-2.6.3.orig/sender.c 2004-09-19 21:17:42.%N -0700 +++ rsync-2.6.3/sender.c 2005-03-19 12:26:03.%N -0800 @@ -29,6 +29,9 @@ extern int protocol_version; extern int make_backups; extern struct stats stats; +extern int write_batch; +extern int offline; +extern int write_batch_monitor_out; /** @@ -123,16 +126,27 @@ struct stats initial_stats; int save_make_backups = make_backups; int j; + int f_alt, old_monitor; if (verbose > 2) rprintf(FINFO, "send_files starting\n"); + old_monitor = write_batch_monitor_out; + if (write_batch && offline) { +...
2004 Jul 12
2
[PATCH] Batch-mode rewrite
Wayne, Please consider the attached patch. This applies to the current CVS, and is independant of patches/local-batch.diff. As a matter of fact, I'm sure it would conflict heavily with local-batch.diff. This version of batch mode has a couple distinguishing features: Write-batch records (almost) the entire sender side of the conversation into one file. ("Almost" because it has