Re: How to let rsync detect file RENAMEs

2010-05-20 Thread Mac User FR
Hi, rsync only synchronizes one way. If you mean that when you change the file in location A then you run rsync A to B and when you change the file in B side, you run a different command rsync B to A, it's OK. If you want rsync to automatically see which side changed, rsync doesn't do tha

How to let rsync detect file RENAMEs

2010-05-20 Thread Ben Stover
Assume I start with two absolutely equal directory trees. Now I rename in one of the directory trees a file from aaa.txt to bbb.txt How EXACTLY can I tell rsync to synchronize the other directory tree. That means that in the other partner directory tree the missing file should be deleted and th