advertisement

Article:
  Automated Backups on Tiger Using rsync
Subject:   Beware rsync's huge bug...
Date:   2005-07-23 23:35:44
From:   KonradHosemann
Response to: Beware rsync's huge bug...

The rsync od RsyncX has the same problem, as well as hfsrsync from darwinports, which is the same as the RsyncX rsync, I guess.


Do you know an rync which definetly doesn't have this bug?

Full Threads Oldest First

Showing messages 1 through 1 of 1.

  • Beware rsync's huge bug...
    2005-07-26 15:00:58  mechanist [Reply | View]

    In my experience, the version of rsync included with RsyncX definitely does not have this bug. I use it all the time and have observed no problems like the one I described.

    With the RsyncX version the command you'd use is:

    rsync -a --eahfs SOURCE DEST

    This should be equivalent to "rsync -aE" with Tiger's stock rsync.

    In my usage the modification dates are correct, both for copying to a different drive on the same system and for copying to a remote system over ssh.