MacOS and Extended Attributes

2010-12-28 Thread David Emery
I'm just starting with rsync(). I grabbed the 3.0.7 source and built it on Mac OS X.6.5 (./configure and ./make reported no problems.) When I try running with -X or -A, I get the following error messages: rsync: unpack_smb_acl: sys_acl_get_info(): Unknown error: 0 (0) rsync: un

Re: MacOS and Extended Attributes

2010-12-28 Thread Mike Bombich
Hi Dave: I put together some instructions for compiling rsync with a few Mac OS X-specific patches here: http://www.bombich.com/rsync.html Hopefully that gets you going. Mike On Dec 28, 2010, at 1:49 PM, David Emery wrote: > I'm just starting with rsync(). I grabbed the 3.0.7 source

Re: MacOS and Extended Attributes

2010-12-29 Thread Benjamin ANDRE
Hello Mike and Dave, Thank you Mike for your instruction for compiling rsync with a few Mac OS X-specific patches. @Dave : I followed them and it worked for me on my mac os X (10.6.5), even with -a and -x options. But I also need to use rsync with --detect-renamed option. This option is in the pa

Re: MacOS and Extended Attributes

2011-01-01 Thread David Allie
Mike, I've tried your commands at www.bombich.com/rsync.html and found that I get errors with two lines: curl -o patches/crtimes-64bit.diff https://bugzilla.samba.org/attachment.cgi?id=5288 curl -o patches/crtimes-hfs+.diff https://bugzilla.samba.org/attachment.cgi?id=5966 I'm running 10.6.5

Re: MacOS and Extended Attributes

2011-01-01 Thread Christian Huldt
try this: curl -o patches/crtimes-64bit.diff https://bugzilla.samba.org/attachment.cgi\?id=5288 lör 2011-01-01 klockan 12:18 -0500 skrev David Allie: > Mike, > > > I've tried your commands at www.bombich.com/rsync.html and found that > I get errors with two lines: > > > curl -o patches/crtime

Re: MacOS and Extended Attributes

2011-01-01 Thread David Allie
Christian, I did try that (and the command that follows it)... and that's what resulted in error messages. I believe the issue is that curl on my Mac doesn't support https transfers. Any ideas on how to remedy that? -- David On Jan 1, 2011, at 12:54 PM, Christian Huldt wrote: try this: curl

Re: MacOS and Extended Attributes

2011-01-01 Thread Francis . Montagnac
On Sat, 01 Jan 2011 18:25:11 +0100 David Allie wrote: > curl -o patches/crtimes-64bit.diff > https://bugzilla.samba.org/attachment.cgi?id=5288 > curl -o patches/crtimes-hfs+.diff > https://bugzilla.samba.org/attachment.cgi?id=5966 > I'm running 10.6.5 and when I run curl -V, I get: > curl 7.1

Re: MacOS and Extended Attributes

2011-01-02 Thread David Allie
Thanks, Francis... I pulled copies of curl and libcurl from a backup I'd made just last week and https was enabled. Not sure what I installed in the interim that caused it, but it's resolved... and thanks for the reminder to watch that I post to the group. -- David On Jan 1, 2011, at 4:18 PM,