Re: Rsync 2.6.9pre2 tries to read ACLs of nonexistent files

2006-10-21 Thread Matt McCutchen
On 10/21/06, Wayne Davison <[EMAIL PROTECTED]> wrote: This is pretty straight forward: an alternate basis file is considered to be a drop-in substitute for the destination file when mentioning changes due to its one-to-one correspondence. A fuzzy match, on the other hand, is just a potential so

Re: Rsync Problems

2006-10-21 Thread Wayne Davison
On Sat, Oct 21, 2006 at 02:57:29PM -0400, Philip W. wrote: > I have tried compiling various versions of Rsync in Cygwin, and > nothing works. There's a binary version linked from the rsync download page -- cwRsync: http://rsync.samba.org/download.html You might want to try that. ..wayne.. -

Re: Rsync 2.6.9pre2 tries to read ACLs of nonexistent files

2006-10-21 Thread Wayne Davison
On Sat, Oct 21, 2006 at 07:41:59PM -0400, Matt McCutchen wrote: > To fix this, don't store racl into sxp until after racl has been > filled (or get_acl has returned failure). Doing that would require adding two free() calls to avoid leaking the racl memory, but I've chosen to fix the problem by ma

Re: Rsync Problems

2006-10-21 Thread Matt McCutchen
On 10/21/06, Philip W. <[EMAIL PROTECTED]> wrote: I have tried compiling various versions of Rsync in Cygwin, and nothing works. We'll help if you give us a better idea of what goes wrong. Does rsync compile successfully? Does it install successfully? If so, what happens when you run rsync?

Re: Rsync 2.6.9pre2 tries to read ACLs of nonexistent files

2006-10-21 Thread Matt McCutchen
On 10/21/06, Wayne Davison <[EMAIL PROTECTED]> wrote: On Sat, Oct 21, 2006 at 04:27:17PM -0400, Matt McCutchen wrote: > if (preserve_acls && real_ret == 0) > get_acl(fname, &real_sx); That should be checking fnamecmp, not fname. I've just commited a fix for p

Re: Rsync 2.6.9pre2 tries to read ACLs of nonexistent files

2006-10-21 Thread Wayne Davison
On Sat, Oct 21, 2006 at 04:27:17PM -0400, Matt McCutchen wrote: > if (preserve_acls && real_ret == 0) > get_acl(fname, &real_sx); That should be checking fnamecmp, not fname. I've just commited a fix for patches/acls.diff. Let me know what you find out with th

Rsync 2.6.9pre2 tries to read ACLs of nonexistent files

2006-10-21 Thread Matt McCutchen
Dear rsync people, Today I tried to back up my computer using rsnapshot with the RPM version of rsync-acl 2.6.9pre1 that I built. I tried twice, and both times, rsync encountered some kind of assertion failure. I was trying to reproduce the crash with rsync-acl 2.6.9pre2 and noticed a different

Rsync Problems

2006-10-21 Thread Philip W.
I have gotten an Rsync daemon set up on my Linux server. But I want to use my Windows XP computer to upload files to an Rsync module on the server. The problem is, Rsync won't work on my Windows computer. I have tried compiling various versions of Rsync in Cygwin, and nothing works. It's no

Re: tcl/tk rsync wrapper planned

2006-10-21 Thread rsync-mail-gateway
Quote: we did some research and we would like to try to write a Tcl/Tk wrapper around rsync. Tcl/Tk - - is easy to write - has nice GUI library - is cross platform - has several installers Would somebody be interested to participate? Our goal is - To have a small Windows XP and