Keep Alive packets

2004-10-06 Thread Pieter De Wit
Hello Everyone, Would it be posiable to add a "keep alive" option to rsync. The problem I am having is that the connection is dropped while rsync is scanning the local directory. If "null" packets are send to the server every 60 seconds or so, the connection will stay up and the sync will work.

[Bug 1877] New: Auth failed using options --password-file with particular password

2004-10-06 Thread samba-bugs
https://bugzilla.samba.org/show_bug.cgi?id=1877 Summary: Auth failed using options --password-file with particular password Product: rsync Version: 2.6.2 Platform: Other OS/Version: Windows XP Status: NEW

Re: rsync 2.6.3 hang (was rsync 2.6.2 crash)

2004-10-06 Thread jim
Wayne, I'm trying to debug the hanging problem. I rebuilt cygwin1.dll to include debugging info, and I'm using rsync 2.6.3 compiled without optimization and with -g. I need a little assistance with gdb. When I attach to a hung rsync process, none of the backtraces of any of the threads seem t

Re: rsync uploading using ASCII translation ... ?

2004-10-06 Thread Wayne Davison
On Wed, Oct 06, 2004 at 09:26:05AM -0400, Michael Carr wrote: > Will the ASCII patch be included in the next release? The ASCII patch will be in the official Cygwin version of 2.6.3 when it gets packaged. An improved version of this patch (that is appropriately conditionalized based on autoconf

RE: rsync uploading using ASCII translation ... ?

2004-10-06 Thread Michael Carr
That fixed it. Will the ASCII patch be included in the next release? Thanks, Michael Carr -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Wayne Davison Sent: Tuesday, October 05, 2004 1:42 AM To: Michael Carr Cc: [EMAIL PROTECTED] Subject

rsync-2.6.3 host::module/deep/path

2004-10-06 Thread Essyug
Hello, I noticed that running rsync with a command such as: rsync -a source host::module/deep/path ...doesn't create the directory "deep" if it doesn't exists, whereas the command: rsync -a source host::module/singlefolder *does* create "singlefolder". Is it the wanted behaviour? I tried to modi