Page 1 of 1
Skip if identical
Posted: 22 Mar 2026 18:25
by geoffyates
Backup > Configure Backup operations
On name collisions:
There is an option of "Overwrite if newer"
Could you add an option of "Skip if identical"
By identical I do mean a byte by byte compare, and not only things like date, time, size, etc.
Thanks in advance if you can!
Re: Skip if identical
Posted: 23 Mar 2026 14:40
by admin
"Overwrite if different contents" does the same.
Re: Skip if identical
Posted: 23 Mar 2026 18:09
by geoffyates
I think the option I really need is:
Suffix increment to copy IF CONTENTS ARE DIFFERENT
Where same/different is determined by a byte to byte comparison.
Note in many cases whether a source file is different to a target file of the same name could be determined by only comparing the first few bytes. You only need to find one difference and the files are different.
Another easy shortcut to that would be if the file SIZE is different the contents of the file must be different - without even opening either of the files concerned.
Re: Skip if identical
Posted: 23 Mar 2026 18:17
by admin
Thanks, I know how it's done.
I'll consider your wish. It looks like something that could/should be done a bit differently.