search for: msg_redo

Displaying 4 results from an estimated 4 matches for "msg_redo".

Did you mean: msg_recv
2004 Jan 17
1
--delete-sent-files (AKA --move-files)
...um_length == SUM_LENGTH) { rprintf(FERROR,"ERROR: file corruption in %s. File changed during transfer?\n", full_fname(fname)); } else { - char buf[4]; if (verbose > 1) rprintf(FINFO,"redoing %s(%d)\n",fname,i); - SIVAL(buf, 0, i); - send_msg(MSG_REDO, buf, 4); + SIVAL(numbuf, 0, i); + send_msg(MSG_REDO, numbuf, 4); } } } Index: rsync.1 --- rsync.1 15 Jan 2004 17:45:53 -0000 1.155 +++ rsync.1 17 Jan 2004 05:04:56 -0000 @@ -349,6 +349,7 @@ to the detailed description below for a --delete delete files that don\...
2004 May 02
1
2.6.2 patch for AIX
...bert chin (china@thewrittenword.com) -- snip snip --- rsync.h.orig 2004-05-01 16:52:14.000000000 -0500 +++ rsync.h 2004-05-01 16:52:18.000000000 -0500 @@ -123,7 +123,7 @@ MSG_DATA=0, /* raw data on the multiplexed stream */ MSG_ERROR=FERROR, MSG_INFO=FINFO, MSG_LOG=FLOG, /* remote logging */ MSG_REDO=4, /* reprocess indicated flist index */ - MSG_DONE=5, /* current phase is done */ + MSG_DONE=5 /* current phase is done */ }; #include "errcode.h"
2004 Aug 18
1
[PATCH] fix AIX compile
...h --- src-2.6.2/rsync.h 2004-04-27 03:36:16.000000000 +0200 +++ src-2.6.2-local/rsync.h 2004-08-18 11:36:18.000000000 +0200 @@ -123,7 +123,7 @@ MSG_DATA=0, /* raw data on the multiplexed stream */ MSG_ERROR=FERROR, MSG_INFO=FINFO, MSG_LOG=FLOG, /* remote logging */ MSG_REDO=4, /* reprocess indicated flist index */ - MSG_DONE=5, /* current phase is done */ + MSG_DONE=5 /* current phase is done */ }; #include "errcode.h"
2006 Dec 10
1
Rsync 2.6.9 Develops Conflict Between --stats, I think --delete-after and Local Filesystem Replication
Hi all, Well, yeah, that's it, really. :-) Try it. Works consistently, on Doze and Linux here ... # rsync -vvrlHSPtiypogD --stats --numeric-ids --delete-after --force -- partial-dir=.partial /tmp/ /var/tmp/ [...show stats...] unknown message 4:1 [generator] rsync error: error in rsync protocol data stream (code 12) at io.c(307) [generator=2.6.9] rsync: connection unexpectedly closed (26