Re: Would this patch be useful...

2004-05-14 Thread Chuck Wolber
On Fri, 14 May 2004, Wayne Davison wrote: > On Tue, May 11, 2004 at 11:41:02AM -0400, John Taylor wrote: > > I am considering a patch that would exclude compressing a given list > > of file extensions when the -z option is used. > > Well, since the daemon code has this, it makes sense to at least

RE: rsync hanging on Cygwin

2004-05-14 Thread Tim Moss
Updated both ends with the rsync.exe from cwrsync Same thing: io timeout after 23 seconds - exiting rsync error: timeout in data send/receive (code 30) at io.c(143) rsync: connection unexpectedly closed (72412 bytes read so far) rsync error: error in rsync protocol data stream (code 12) at io.c(3

Re: Would this patch be useful...

2004-05-14 Thread Wayne Davison
On Tue, May 11, 2004 at 11:41:02AM -0400, John Taylor wrote: > I am considering a patch that would exclude compressing a given list > of file extensions when the -z option is used. Well, since the daemon code has this, it makes sense to at least consider adding this to the normal remote-shell code

Re: Windows issue...

2004-05-14 Thread Wayne Davison
On Fri, May 14, 2004 at 02:19:59PM -0600, Michael Thomaschewski wrote: > rsync -a -vvv --delete /cygdrive/d/utilities/* > NACALLAPT003::test/utilities Drop the trailing '*' -- it is telling rsync to transfer individual files/dirs from inside the utilities dir, not the entire utilities dir, so no d

Re: rsync fails with 2 sources

2004-05-14 Thread Wayne Davison
On Fri, May 14, 2004 at 04:56:47PM +0200, Andreas Ley wrote: > I get a SEGFAULT. I haven't been able to duplicate the crash you two are seeing, so if either of you can send me a backtrace of the crash (either from a core dump or by doing some creative gdb attaching), I'd appreciate it. ..wayne..

RE: rsync hanging on Cygwin

2004-05-14 Thread tim.moss
Thanks for the advice Jim. I'd already upgraded Cygwin to the latest cygwin1.dll and that did indeed fix one known hang as described at http://rsync.samba.org but hasn't got rid of the one I'm experiencing. I was hoping some of the info I sent in below might help track the issue down... Will kee

RE: rsync hanging on Cygwin

2004-05-14 Thread Tim Moss
Thanks for the advice Jim. I'd already upgraded Cygwin to the latest cygwin1.dll and that did indeed fix one known hang as described at http://rsync.samba.org but hasn't got rid of the one I'm experiencing. I was hoping some of the info I sent in below might help track the issue down... Will kee

Windows issue...

2004-05-14 Thread Michael Thomaschewski
Hi all, I have been using RSYNC to backup data from a Windows XP box to a Linux box successfully for some time. Recently I tried to RSYNC from a Windows XP box to a Windows XP box. It does function. However when a file is deleted on the source, then RSYNC is performed, the destination does n

Re: rsync fails with 2 sources

2004-05-14 Thread Baptiste SIMON
Andreas Ley wrote: The two machines are Debian stable with kernel 2.4.26. I'm running rsync even on a single box, or through ssh between 2 boxes. Both are linux-2.6.6. Hope this helps finding the bug. Can I provide more information or run more tests? we are on the same bug ! that's sure. -- Bapt

Re: rsync hanging on Cygwin

2004-05-14 Thread Jim Salter
Slight clarification: When I said "latest version" of rsync, I did NOT mean the latest binary packaged with cygwin, I meant the latest source version, which you can compile yourself under cygwin (if you've installed gcc, ming, and make) or you can use the pre-compiled binaries now available at

Re: rsync hanging on Cygwin

2004-05-14 Thread Jim Salter
Which version of rsync, AND which version of Cygwin, that you run is VERY crucial. Rsync itself wasn't actually the source of the "hang" bugs under Cygwin, the cygwin1.dll file was, from my understanding. Either way, if you upgrade both Cygwin and Rsync to the latest versions, your problem sho

Re: rsync hanging on Cygwin

2004-05-14 Thread Dan Pritts
On Fri, May 14, 2004 at 12:47:15PM +0100, [EMAIL PROTECTED] wrote: > I'm trying to use rsync under Cygwin on 2 machines running Windows 2000 > Server > There's a 2MB link between them and I'm using SSH setup for a passwordless > connection > > rsync hangs part way through transfers and when run a

Re: rsync fails with 2 sources

2004-05-14 Thread Andreas Ley
Hi! I seem to have a similar problem. I checked different versions and options, and it seems to happen when the server version is >= 2.6.1 - there's no problem with 2.6.0. The client version doesn't matter. The --delete option is required to show the bug. The two directories may well be uptodate a

files deleted on server end during transfer

2004-05-14 Thread Vince & Kathleen Taormina
Regarding your post for this error message: "Windows was unable to save all the data for the file \Device\HarddiskVolume1\Test\(filename of 0 lenght file) The data has been lost. The error may be caused by a failure of your computer hardware or network connection. Please try to save this file elsew

rsync hanging on Cygwin

2004-05-14 Thread tim.moss
I'm trying to use rsync under Cygwin on 2 machines running Windows 2000 Server There's a 2MB link between them and I'm using SSH setup for a passwordless connection rsync hangs part way through transfers and when run again hangs at the same place in the same files with no explanation no matter wh