Skip if identical

Features wanted...
Post Reply
geoffyates
Posts: 62
Joined: 15 Feb 2008 12:55

Skip if identical

Post 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!
Last edited by geoffyates on 22 Mar 2026 19:57, edited 1 time in total.

admin
Site Admin
Posts: 66075
Joined: 22 May 2004 16:48
Location: Win8.1, Win10, Win11, all @100%
Contact:

Re: Skip if identical

Post by admin »

"Overwrite if different contents" does the same.

geoffyates
Posts: 62
Joined: 15 Feb 2008 12:55

Re: Skip if identical

Post 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.

admin
Site Admin
Posts: 66075
Joined: 22 May 2004 16:48
Location: Win8.1, Win10, Win11, all @100%
Contact:

Re: Skip if identical

Post 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.

Post Reply