Robert DuToit
2009-Nov-05 11:55 UTC
OSX 10.6 and 64 bit rsync not preserving creation dates
Hi All, I don't know if this has been discussed here but creation dates are nto being preserved on OSX 10.6.1 in 64 bit mode. Rare of course, the folks that are using 64 but I am getting reports. I built in 64 with the usual crtimes and fileflags patches. Otherwise works like a dream and, in 64, is unbelievably Fast! Thanks, Rob
Try the following (until a fix): ./prepare-source CFLAGS=-m32 CPPFLAGS=-m32 CCASFLAGS=-m32 ./configure CFLAGS=-m32 CPPFLAGS=-m32 CCASFLAGS=-m32 make sudo make install On Nov 5, 2009, at 6:55 AM, Robert DuToit wrote:> Hi All, > > I don't know if this has been discussed here but creation dates are > nto being preserved on OSX 10.6.1 in 64 bit mode. Rare of course, > the folks that are using 64 but I am getting reports. I built in 64 > with the usual crtimes and fileflags patches. > > Otherwise works like a dream and, in 64, is unbelievably Fast! > > Thanks, Rob-- > 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
Apparently Analagous Threads
- DO NOT REPLY [Bug 6276] New: crtimes.patch does not preserve creation dates on Mac x86_64 only
- fileflags.diff patch
- Mac OS X : "get_xattr_names: llistxattr("some/path/here", 1024) failed" error
- pre 1 OSX errors
- Passed all tests with flying colors on Mac OS X 10.4.11 - synopsis of installation and testing