I need recommendations for the best GUI or command finding duplicate photos. I have a folder with a mix of backup folders and assorted files.
It should use an sha512 checksum. I can write one myself, but i rather find one. Since these are important photos, I need a trusted utility.
Thanks
Thanks for the info. Also, I found a GUI as well, “FSlint”.
I had the chance to try it and appears to have worked, 50% of the files were duplicates. I able to make a proper backup.
OK… I wasn’t aware of “FSlint”, so just took a look. It appears it’s no longer actively maintained, but on it’s “github” page I found this post amongst the “issues” which list a few more GUI alternatives. (Although of course you may well have seen that anyway…)
opened 12:10PM - 12 Dec 20 UTC
Due unavability of FSlint in Ubuntu 20.04 repositories, some of you may think ab… out alternatives
I wrote small feature comparison of tools which can replace FSlint.
| | FSlint | [Czkawka](https://github.com/qarmin/czkawka) | [DupeGuru](https://github.com/arsenetar/dupeguru/) | [Rmlint-GUI](https://github.com/sahib/rmlint) | [DetWinner](https://github.com/neatdecisions/detwinner) |
|:----------:|:-------------:|:-----:|:---:|:---:|:---:|
| Language | Python | Rust|Python/Objective C |C/Python | C++ |
| OS (GUI) | Linux | Linux, Windows, Mac | Linux, Windows, Mac| Linux | Linux |
| GUI Framework | GTK 2 (PyGTK) | GTK 3 (Gtk-rs)|Qt 5 (PyQt)/Cocoa | GTK 3(Python ) | GTK 3(gtkmm)
| Last Stable version (state 2021-01) | ~ 3 year ago | < 1 month ago | < 1 month ago | ~half year ago | 2 month ago |
| Duplicates finder | X | X | X | X | X |
| Empty files | X | X | | X| |
| Empty folders | X | X | | X| |
| Temporary files | X | X | | | |
| Installed packages | X | | | | |
| Invalid names | X | | | | |
| Names conflict | X | X | | | |
| Invalid symlinks | X | X | | X | |
| Bad ID | X | | | X | |
| Non stripped binaries | X | | | X| |
| Redundant whitespace | X | | | | |
| Multiple languages(po) |X | | X | | X |
| Big files | | X | | | |
| Broken files | | X | | | |
| Similar images | | X | X | |X|
| Zeroed Files| |X | | | |
| Music duplicates(tags) | |X | X | | |
| Installation | Repositories(only old) | Snap, Flatpak, Cargo, Precompiled binaries, Appimage | PPA, deb | Repositories, Snap | Flatpak |
FSlint:

Czkawka:

Dupeguru:

Shredder(Rmlint-GUI):

DetWinner:

None are in opensuse library. I will have to compile each one? So far, i’v not been able to compile clamav.
https://github.com/qarmin/czkawka/releases/tag/3.2.0
[linux_czkawka_gui](https://github.com/qarmin/czkawka/releases/download/3.2.0/linux_czkawka_gui)
This link works. It’s has the same functions.
Thanks.