This is a bit of an old message, but I haven't read the list in a while and it seems no one has replied.
There are a few sync programs around for the Mac that can do remote syncs keeping track of the HFS+ stuff. They tend to be shareware. Look on versiontracker. An other option would be to run rsync with the dry run option, and then pass the list of changed files it comes up with to your own script that uses hfspax tunneled over some transport to do the actual copy. Not easy, and nothing I'm planning on doing, but that�s the only way I can think of to do this with open source tools without getting in there and tweaking the C sources. If you don't know about it, hfspax lets you make tar or cpio archives that contain all the relevant HFS+ data. It creates hidden files in the archives containing the resource forks, finder info, etc. It reads such archives as well. I use it to back up my mac to a tape drive on a linux box. On 4/16/02 5:13 PM, "Mark Hodge" <[EMAIL PROTECTED]> wrote: > Hi everyone. > > I'm wanting to synchronise (one way) several shared folders between > Mac OS X 10.1.3 file servers, and am interested to hear whether > anyone has used rsync to do this, or knows whether the version of > rsync supplied with Mac OS X is aware of and properly supports Mac OS > X and HFS+ volumes, permissions, and ownership information, and if > not, whether there is an alternative that is supported (Sychronize > Pro! X does not work properly in this regard). > > Cheers, > Mark > > (I've only suscribed to this list last night, and this is my first > post, so if this has already been answered, please don't flame me :-) -- To unsubscribe or change options: http://lists.samba.org/mailman/listinfo/rsync Before posting, read: http://www.tuxedo.org/~esr/faqs/smart-questions.html
