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 and when I run curl -V, I get: curl 7.19.7 (i386-apple-darwin10.2.0) libcurl/7.19.7 zlib/1.2.3 Protocols: tftp ftp telnet dict http file Features: Largefile libz I found that I can manually go to the two https addresses in Safari and paste the contents into the corresponding .diff files using pico, but I'd like to automate the entire process into a script. ANY IDEA on why the curl command isn't working for me with those two lines? Thanks, David Allie Allied CompuTech On Dec 28, 2010, at 8:17 PM, Mike Bombich wrote: 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 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: unpack_smb_acl: sys_acl_get_info(): Unknown error: 0 (0) > A quick look at the buglist didn't reveal anything to me, so I don't know if > this is a known problem. (If so I apologize, and ask if there's a > workaround.) > > Not using -X or -A does work as expected. > > dave
-- Please use reply-all for most replies to avoid omitting the mailing list. To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html