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.. -- To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html