Re: request: add TCP buffer options to rsync CLI?

2005-11-08 Thread Shachar Shemesh
Wayne Davison wrote: On Tue, Nov 01, 2005 at 09:55:06PM -0600, Lawrence D. Dunn wrote: is it likely, or routine, or will-take-some-time, (or all-of-the-above), for that patch to be vetted and integrated into mainline rsync released code? I'm currently leaning towards including this in

Fwd: error in rsync protocol data stream (code 12) at io.c(359)

2005-11-08 Thread stoil valchkov
No solution yet :( I tought that it is ok, but in fact it didn't run without problems. It was a mistake in shell script and it finished with ok status and I tought rsync finished with success. How can I troubleshoot this? Here is the command line: rsync --partial --partial-dir=$partial_dir

Link typo in web resources

2005-11-08 Thread Shachar Shemesh
To whoever it is that maintains the web site. The page at http://samba.anu.edu.au/rsync/resources.html has a link to the GNU project management page. The link as a space between the http://; and the host name, which means it cannot be opened. Shachar -- To unsubscribe or change

rsync error at the end of a transfer

2005-11-08 Thread James W. Beauchamp
Hi: I have an rsync server providing four separate areas for rsync clients to connect to. I only have one client and it is running a backup script. The nightly backup runs fine through the first three shares until it gets to one called [webbackup]. This directory contains only 6 files and

Re: rsync error at the end of a transfer

2005-11-08 Thread Wayne Davison
On Tue, Nov 08, 2005 at 09:33:36AM -0500, James W. Beauchamp wrote: 2005-11-08 04:14:42: inflate returned -3 (0 bytes)2005-11-08 04:14:42: rsync error: error in rsync protocol data stream (code 12) at token.c(416) Sounds like you're using an older version of rsync -- I fixed a compression bug

Re: rsync error at the end of a transfer

2005-11-08 Thread James W. Beauchamp
Wayne; Thanks - yep its an old version: rsync-2.5.7-2.legacy.9 on RedHat 9. I guess I'm going to have to try to find an updated package or compile from source unless you have another idea. Thanks! James Wayne Davison wrote: On Tue, Nov 08, 2005 at 09:33:36AM -0500, James W. Beauchamp

Possible ways to increase performance of rsync

2005-11-08 Thread Matt McCutchen
Rsync's method of taking advantage of information common to two machines to speed the transfer of additional information is interesting philosophically, and I suspect that additional performance improvements might be possible if the rsync algorithm were exploited more fully. For instance,

CVS update: rsyncweb

2005-11-08 Thread Wayne Davison
Date: Tue Nov 8 17:15:09 2005 Author: wayned Update of /data/cvs/rsyncweb In directory dp.samba.org:/tmp/cvs-serv18369 Modified Files: resources.html Log Message: Removed an errant space from a URL. Revisions: resources.html 1.21 = 1.22