I maintain a large folder, and this folder is regularly rsync'ed to another folder far away.
Sometimes I change a name on my local folder, and then the next time I rsync
to the remote folder the whole file needs to be sent, even though the only thing that needs to be sent really is the information that the filename has changed.
Is there any way to get rsync
to figure out name/path changes?
I looked through here: http://linux.die.net/man/1/rsync, and couldn't find anything like that.