Re: using strace with rsync

2006-01-06 Thread Wayne Davison
On Fri, Jan 06, 2006 at 10:18:59AM -0800, Gregory Brauer wrote: > Just to clarify, does this workaround require running the > rsync daemon on the Linux box, or the Windows box? That depends on who is initiating the transfer. For the client rsync to be able to contact a remote system using only a

Re: using strace with rsync

2006-01-06 Thread Gregory Brauer
Wayne Davison wrote: As mentioned previously, using an rsync daemon to allow direct socket connections avoids this problem (since no local pipes are used). Just to clarify, does this workaround require running the rsync daemon on the Linux box, or the Windows box? (I'm assuming Windows.) Thank

Re: using strace with rsync

2006-01-05 Thread Wayne Davison
On Thu, Jan 05, 2006 at 10:40:09PM -, Ken Senior wrote: > but after many months of mixed results I have had much less than > perfect luck with rsync from a Linux box [LOCAL] to a windows box > [REMOTE]---that is, constant hanging. This is the oft-encountered problem in cygwin: data-loss in lo

using strace with rsync

2006-01-05 Thread Ken Senior
Hello. I just installed the latest version of cygwin (1.5.18-1) from www.cygwin.com on my Windows XP machine. I have had a lot of success between Linux boxes but after many months of mixed results I have had much less than perfect luck with rsync from a Linux box [LOCAL] to a windows box [REMOTE