how to distinguish local add and remote delete?

Wayne Davison wayned at samba.org
Mon Mar 6 15:46:14 GMT 2006


On Mon, Mar 06, 2006 at 10:49:55AM +0800, Huang, YongHui wrote:
> I have a question about how to distinguish local add and remote delete?

I just added this info to rsync's "resources" webpage:

  If you need a 2-way synchronization because both ends of the connection
  may be changing files, you may want to either look into a tool designed
  to do this (e.g. unison), or you may with to use an external wrapper for
  rsync that keeps extra data about what was in the last transfer so that
  it can figure out if a file is new or deleted (e.g. drsync).

    http://freshmeat.net/projects/unison/
    http://freshmeat.net/projects/drsync/

..wayne..


More information about the rsync mailing list