Re: Rsync 2.6.4 Multiplexing Overflows when File Name Too Long (cwRsync)

2005-04-03 Thread Benjamin Watkins
Benjamin Watkins wrote: Benjamin Watkins wrote: So far this observation has been made on one out of one clients that I have tested. I was able to repeat this error several times on this machine before I discovered the message in the server log pointing me to the long file name problem. I am

Problem/fix combining -A and --link-dest

2005-04-03 Thread Andrew Gideon
I'm using the -A patch on v2.6.2, and I'm doing the usual incremental backup using links thing. The destination is a machine running Fedora (both 2 and 3), and the sources are machines running various Linuxes and Solaris. During my initial testing, I found a lot of diskspace being wasted. I

Re: New delete option?

2005-04-03 Thread Andrew Gideon
Wayne Davison wrote: There is a patch in the patches dir called delete-sent-files.diff that probably does what you want. It deletes any files that got successfully transferred, but does not delete files that were already up-to-date, nor does it delete things like directories, symlinks, or

Re: Rsync and SSH on Windows

2005-04-03 Thread Andrew Gideon
Lewis Franklin wrote: This works well as two separate processes. However, having read the documentation it seems that I should be able to run the ssh commands inline using the -e flag. However, I have not been able to successfully sync using this method. [...] rsync -azve ssh -l ssh_user

[SPAM] - [Sereds-cwrsync-a] cwRsync 1.2.9 with rsync 2.6.4 is released !! - Email found in subject

2005-04-03 Thread Tevfik Karagülle
Hi, cwRsync version 1.2.9 is available for download at http://prdownloads.sourceforge.net/sereds/cwRsync_1.2.9_Installer.zip?downlo ad Rgrds _tev_ -- HIGHLIGHTS - Rsync 2.6.4 - Cygwin 1.5.13-1 Signatures: MD5:

Re: Rsync 2.6.4 Multiplexing Overflows when File Name Too Long (cwRsync)

2005-04-03 Thread Wayne Davison
On Fri, Apr 01, 2005 at 03:54:38PM -0500, Benjamin Watkins wrote: multiplexing overflow 1:296 [sender] This indicates that there is an error message arriving (1) that has a length of 296 bytes, but this is too long for the line buffer in readfd_unbuffered(). I changed the length of this buffer

Re: Rsync 2.6.4 Multiplexing Overflows when File Name Too Long (cwRsync)

2005-04-03 Thread Benjamin Watkins
Wayne Davison wrote: On Fri, Apr 01, 2005 at 03:54:38PM -0500, Benjamin Watkins wrote: multiplexing overflow 1:296 [sender] This indicates that there is an error message arriving (1) that has a length of 296 bytes, but this is too long for the line buffer in readfd_unbuffered(). I changed

Expressions in --exclude-from file

2005-04-03 Thread David Liontooth
Greetings -- I just downloaded and compiled rsync 2.6.4, which has the much-coveted --remove-sent-files option! Thank you for adding this feature. I use rsync -rutvn --exclude-from=nosync --remove-sent-files /ssa/TV/2005/ /tv1/2005/ to move files selectively to a storage computer, but I

Always exitcode 256 under Cygwin with rsync 2.6.4

2005-04-03 Thread Joost van den Broek
I've upgraded all my Windows servers with the new released cwRsync version, so they're all running the latest rsync now. But this version seems to ignore exitcodes, since my batchscript does not restart the job when a timeout occurs. Before, rsync did set the errorlevel on exit, so my script

CVS update: rsync

2005-04-03 Thread Wayne Davison
Date: Mon Apr 4 00:48:39 2005 Author: wayned Update of /data/cvs/rsync In directory dp.samba.org:/tmp/cvs-serv30868 Modified Files: io.c Log Message: In writefd_unbuffered(), make sure that we don't look at the r_fds variable when we're ignoring msg_fd_in. Revisions: io.c