Re: Expressions in --exclude-from file

2005-04-03 Thread Wayne Davison
On Sun, Apr 03, 2005 at 09:30:52PM -0700, David Liontooth wrote: > Wouldn't it be useful to allow expressions in the exclude file? I don't think so. And with the per-dir filter rules from 2.6.4, adding expressions would be a security problem (allowing arbitrary commands to be run on the remote sy

Re: Always exitcode 256 under Cygwin with rsync 2.6.4

2005-04-03 Thread Wayne Davison
On Mon, Apr 04, 2005 at 07:28:02AM +0200, Joost van den Broek wrote: > When you just give an empty rsync command, it should also exit with an > exit code (1). But the errorlevel gets set to no. 256 instead. As mentioned in the other message that brought this up, I assume that this is something wro

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 kne

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 want

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 change

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 buffe

[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: 1126808de99c67701aa749

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 s

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,

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: 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 ru