For example, there a copy of a project on two machines. One machine modifies Script A and does a backup. The other machine modifies Script B, then does a “duplicacy diff” on the latest revision. The diff returns that the local version of Script B is both different and newer, and also that the local version of Script A is different but older. When this machine does a dry run of a backup however, it reports that it will backup the local Script A despite it being an older file.
Is there a way to have the backup command check the files that will be uploaded and exclude the ones that are older than the ones in the latest revision (and therefore have been edited on a different machine/ by somebody else), or will this have to be done manually?
Thanks,
Zac
(I may not have explained this in the best way, but hopefully you can see what I am asking about )