OSX 10.6 and 64 bit rsync not preserving creation dates

View: New views
2 Messages — Rating Filter:   Alert me  

OSX 10.6 and 64 bit rsync not preserving creation dates

by Robert DuToit-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

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

Re: OSX 10.6 and 64 bit rsync not preserving creation dates

by Tony-192 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


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

--
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