On Thu 04 Oct 2007, Frank Thomas wrote: > > 1. rsync recognizes that Directory1 is not on server1, > but it's inode still is. Rsync reads the new directory name and flags > the name change from Directory1 to DirectoryNew on server1.
The problem here is that rsync is stateless; i.e. it can't recognize that the inode is still there, because it has no idea the inode was ever there. To accommodate that, a major redesign would probably be needed. Paul Slootman -- To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html