Does "Detect Renamed Files" work if the file that was renamed was on the source side in a one way sync ?
Basically I need to copy a source folder to a remote folder daily but the largest file in the source folder changes name everyday even if the contents changes very little. The remote target must ultimately take on the same name as the source and need only the changed parts to be transferred (ie. Partial file updating) without transferring the whole source file again.
Thanks.