Symlinks in OS X (10.4.1)

2007-10-14 Thread dsp
Hi, is there a way to ignore the permissions for symlinks but compare the permissions for regular files and change them accordingly? The problem is that using OS X every time I run rsync it tries to update the permissions for the symlinks but the changes are not made since OS X has no support

DO NOT REPLY [Bug 5020] New: hang using RSYNC_CONNECT_PROG

2007-10-14 Thread samba-bugs
https://bugzilla.samba.org/show_bug.cgi?id=5020 Summary: hang using RSYNC_CONNECT_PROG Product: rsync Version: 3.0.0 Platform: All OS/Version: Linux Status: NEW Severity: normal Priority: P3 Component:

PATCH: preserve osx creation-date (was: Using pre2 for backing up a mac)

2007-10-14 Thread Wesley W. Terpstra
On Oct 13, 2007, at 4:07 PM, Wesley W. Terpstra wrote: rsync 3pre2 now handles all but three items: 1. bsd flags 2. locked flag (supposedly finder meta-data) 3. creation date The creation date is AFAIK a mac os specific piece of meta-data and can be accessed via the set/getattrlist +

Re: Symlinks in OS X (10.4.1)

2007-10-14 Thread Wesley W. Terpstra
On Oct 13, 2007, at 8:56 PM, [EMAIL PROTECTED] wrote: since OS X has no support for symlink permissions Actually, this isn't quite true. osx has no lchmod, but if you set a umask before creating the link, the permissions are set. So, as opposed to ignoring the permissions, perhaps we

Attributes on Windows files - not ACL

2007-10-14 Thread Rob Bosch
I'm wondering why I'm having trouble getting attributes like Hidden or System to come across from my Windows rsync under cygwin implementation (2.6.9). I'm using rsync via an ssh tunnel from one Windows machine to the other, rsync version 2.6.9. The options I'm using are -ruvitpAE --super

DO NOT REPLY [Bug 4607] --timeout: not counting correctly?

2007-10-14 Thread samba-bugs
https://bugzilla.samba.org/show_bug.cgi?id=4607 [EMAIL PROTECTED] changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

DO NOT REPLY [Bug 4611] i always get rsync error: some files could not be transferred (code 23) even when there is nothing to transfer

2007-10-14 Thread samba-bugs
https://bugzilla.samba.org/show_bug.cgi?id=4611 [EMAIL PROTECTED] changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

DO NOT REPLY [Bug 4870] --link-dest results in errors for some paths containing spaces

2007-10-14 Thread samba-bugs
https://bugzilla.samba.org/show_bug.cgi?id=4870 [EMAIL PROTECTED] changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

DO NOT REPLY [Bug 4979] readdir() failure results in remote deletes

2007-10-14 Thread samba-bugs
https://bugzilla.samba.org/show_bug.cgi?id=4979 [EMAIL PROTECTED] changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

DO NOT REPLY [Bug 5020] hang using RSYNC_CONNECT_PROG

2007-10-14 Thread samba-bugs
https://bugzilla.samba.org/show_bug.cgi?id=5020 --- Comment #1 from [EMAIL PROTECTED] 2007-10-14 16:44 CST --- Please try using the -w1 option to nc -- someone else noticed a nc problem in the past, and that solution worked to avoid a nc hang. -- Configure bugmail:

Re: PATCH: preserve osx creation-date (was: Using pre2 for backing up a mac)

2007-10-14 Thread Wayne Davison
On Sun, Oct 14, 2007 at 08:14:57PM +0200, Wesley W. Terpstra wrote: I've attached a patch which does this. Currently resource forks and finder info get placed into an extended attribute transparently by osx (com.apple.{ResourceFork/FinderInfo}). This patch makes another extended attribute

Re: Symlinks in OS X (10.4.1)

2007-10-14 Thread Wayne Davison
On Sat, Oct 13, 2007 at 08:56:23PM +0200, [EMAIL PROTECTED] wrote: is there a way to ignore the permissions for symlinks but compare the permissions for regular files and change them accordingly? That should be the default for any system that doesn't have lchmod(). ..wayne.. -- To unsubscribe

Re: Symlinks in OS X (10.4.1)

2007-10-14 Thread Wayne Davison
On Sat, Oct 13, 2007 at 08:56:23PM +0200, [EMAIL PROTECTED] wrote: is there a way to ignore the permissions for symlinks but compare the permissions for regular files and change them accordingly? On Sun, Oct 14, 2007 at 04:57:31PM -0700, Wayne Davison wrote: That should be the default for

Re: Symlinks in OS X (10.4.1)

2007-10-14 Thread dsp
Actually, this isn't quite true. osx has no lchmod, but if you set a umask before creating the link, the permissions are set. So, as opposed to ignoring the permissions, perhaps we should teach rsync how to set them. I'll probably look at this as soon as I'm done writing a patch for

CVS update: rsync

2007-10-14 Thread Wayne Davison
Date: Sun Oct 14 18:55:49 2007 Author: wayned Update of /data/cvs/rsync In directory dp.samba.org:/tmp/cvs-serv9563 Modified Files: generator.c Log Message: Fixed a typo in a comment. Revisions: generator.c 1.365 = 1.366

CVS update: rsync/patches

2007-10-14 Thread Wayne Davison
Date: Sun Oct 14 18:57:47 2007 Author: wayned Update of /data/cvs/rsync/patches In directory dp.samba.org:/tmp/cvs-serv9849 Modified Files: flags.diff Log Message: Fixed a compile problem and made the --delete-delay option work. Revisions: flags.diff 1.40 = 1.41

CVS update: rsync

2007-10-14 Thread Wayne Davison
Date: Sun Oct 14 21:20:32 2007 Author: wayned Update of /data/cvs/rsync In directory dp.samba.org:/tmp/cvs-serv6970 Modified Files: authenticate.c Log Message: If the user told us to use a password file and we used it, there's no need to comment if a RSYNC_PASSWORD environment

CVS update: rsync

2007-10-14 Thread Wayne Davison
Date: Mon Oct 15 00:13:59 2007 Author: wayned Update of /data/cvs/rsync In directory dp.samba.org:/tmp/cvs-serv1697 Modified Files: generator.c Log Message: If there's no lchmod(), don't itemize permission differences for symlinks. Revisions: generator.c 1.366 = 1.367