Cons of using --size-only

2004-01-02 Thread Max Kipness
I'm doing some tests on rsyncing some Sendmail spool files every 15 minutes to another Sendmail server as a backup. It seems to work well and efficiently, but I did notice that when users connect via POP the spool file updates it's time. Using log-format option, I could see that even though the

Re: Patch for FreeBSD-current

2004-01-02 Thread Wayne Davison
On Tue, Mar 04, 2003 at 11:29:36AM +0100, Oliver Braun wrote: we had problems on FreeBSD-current. Attached is a patch we use on FreeBSD-current. Thanks! I've just applied these fixes to the CVS version. Sorry for the delay -- without a bug database, things like this often get lost. (Yup, we

proxy auth patch not in yet ?

2004-01-02 Thread Mike Frysinger
when updating rsync in portage with the 2.6.0 release, i noticed we were still applying the proxy auth patch ... http://www.mail-archive.com/[EMAIL PROTECTED]/msg03596.html looking through this list i found that the author of the patch e-mailed here and it was supposed to be included with 2.6.0,

CVS update: rsync

2004-01-02 Thread Wayne Davison
Date: Fri Jan 2 07:42:20 2004 Author: wayned Update of /data/cvs/rsync In directory dp.samba.org:/home/wayned/src/rsync Modified Files: flist.c main.c match.c sender.c Log Message: Got rid of /* dw */ comments. Revisions: flist.c 1.144 = 1.145

CVS update: rsync

2004-01-02 Thread Wayne Davison
Date: Fri Jan 2 07:53:45 2004 Author: wayned Update of /data/cvs/rsync In directory dp.samba.org:/home/wayned/src/rsync Modified Files: proto.h Log Message: Added f_name_cmp() and f_name_to(). Revisions: proto.h 1.161 = 1.162

CVS update: rsync

2004-01-02 Thread Wayne Davison
Date: Fri Jan 2 08:05:20 2004 Author: wayned Update of /data/cvs/rsync In directory dp.samba.org:/home/wayned/src/rsync Modified Files: generator.c Log Message: Use f_name_to() when producing a name for the recv_generator() call. This prevents things like the hard-link code from

CVS update: rsync

2004-01-02 Thread Wayne Davison
Date: Fri Jan 2 08:19:26 2004 Author: wayned Update of /data/cvs/rsync In directory dp.samba.org:/home/wayned/src/rsync Modified Files: generator.c Log Message: Some name tweaks. Revisions: generator.c 1.59 = 1.60

CVS update: rsync

2004-01-02 Thread Wayne Davison
Date: Fri Jan 2 16:51:54 2004 Author: wayned Update of /data/cvs/rsync In directory dp.samba.org:/tmp/cvs-serv14180 Modified Files: uidlist.c Log Message: Set the file's gid to -1 if we don't have permissions to set it. Revisions: uidlist.c 1.7 = 1.8

CVS update: rsync

2004-01-02 Thread Wayne Davison
Date: Fri Jan 2 16:52:29 2004 Author: wayned Update of /data/cvs/rsync In directory dp.samba.org:/tmp/cvs-serv14281 Modified Files: rsync.c Log Message: Moved the is_in_group() function to uidlist.c. Revisions: rsync.c 1.125 = 1.126

CVS update: rsync

2004-01-02 Thread Wayne Davison
Date: Fri Jan 2 17:20:21 2004 Author: wayned Update of /data/cvs/rsync In directory dp.samba.org:/home/wayned/src/rsync Modified Files: socket.c Log Message: Tidied up a few things in preparation for changes. Revisions: socket.c1.86 = 1.87

CVS update: rsync

2004-01-02 Thread Wayne Davison
Date: Fri Jan 2 17:47:44 2004 Author: wayned Update of /data/cvs/rsync In directory dp.samba.org:/home/wayned/src/rsync Modified Files: socket.c Log Message: Call bind() with the right ai_addr/ai_addrlen info. Revisions: socket.c1.87 = 1.88

CVS update: rsync

2004-01-02 Thread Wayne Davison
Date: Fri Jan 2 18:42:33 2004 Author: wayned Update of /data/cvs/rsync In directory dp.samba.org:/tmp/cvs-serv2237 Modified Files: fileio.c Log Message: Improved flush_write_file(). Revisions: fileio.c1.9 = 1.10

CVS update: rsync

2004-01-02 Thread Wayne Davison
Date: Fri Jan 2 23:41:32 2004 Author: wayned Update of /data/cvs/rsync In directory dp.samba.org:/tmp/cvs-serv23955 Modified Files: flist.c Log Message: Some cosmetic tweaks. Revisions: flist.c 1.148 = 1.149

CVS update: rsync

2004-01-02 Thread Wayne Davison
Date: Sat Jan 3 00:40:55 2004 Author: wayned Update of /data/cvs/rsync In directory dp.samba.org:/home/wayned/src/rsync Modified Files: configure.in Log Message: Added missing '[]'s to AC_CHECK_FUNCS() calls so that this works with autoconf 2.58 and above. Revisions: configure.in

CVS update: rsync/patches

2004-01-02 Thread Wayne Davison
Date: Sat Jan 3 00:51:13 2004 Author: wayned Update of /data/cvs/rsync/patches In directory dp.samba.org:/tmp/cvs-serv1479 Removed Files: craigb-perf.diff Log Message: We've applied this now. Revisions: craigb-perf.diff1.5 = NONE

CVS update: rsync

2004-01-02 Thread Wayne Davison
Date: Sat Jan 3 01:12:10 2004 Author: wayned Update of /data/cvs/rsync In directory dp.samba.org:/tmp/cvs-serv4760 Modified Files: generator.c Log Message: Silence a compiler warning. Revisions: generator.c 1.61 = 1.62