phaolo Posted December 11, 2016 Posted December 11, 2016 (edited) Hello, can you suggested me some freeware program to calculate+compare+store&reuse hashes of 2 folders? (plus subfolders) I need this to check multiple backups on various HDDs. For now I found "Checksum Compare" (even if the official website seems ko). It's very good, but a bit clunky and doesn't allow to automatically store&reuse the correct hashes. Edited December 11, 2016 by phaolo
jaclaz Posted December 12, 2016 Posted December 12, 2016 Get hashmyfiles:http://www.nirsoft.net/utils/hash_my_files.html save the hashes for the two folders/structures. Compare them with a text comparing tool. Or - maybe - Exactfile:http://www.exactfile.com/ The general idea of both is however different, you first hash the "original", saving the hashes to a "digest" file, and then hash the copy comparing its digest to the former one, unlike the "dual pane" view you have in "Checksum Compare". jaclaz
phaolo Posted December 12, 2016 Author Posted December 12, 2016 5 minutes ago, jaclaz said: Get hashmyfiles:http://www.nirsoft.net/utils/hash_my_files.html save the hashes for the two folders/structures. Compare them with a text comparing tool. Or - maybe - Exactfile:http://www.exactfile.com/ The general idea of both is however different, you first hash the "original", saving the hashes to a "digest" file, and then hash the copy comparing its digest to the former one, unlike the "dual pane" view you have in "Checksum Compare". jaclaz Hello jaclaz. Thanks for the suggestions, even if.. I'm not sure they're much more convenient.. CC already allows to manually save the results, but I wanted something more automatic. Oh well, maybe I could just diff the CC ones.
jaclaz Posted December 12, 2016 Posted December 12, 2016 Yep but both accept command lines (or for exact file there is a command line version), you write a three (or four) line batch and you are all set off. Specifically exactfile command line version can do the comparison against an existing "digest" file: http://www.exactfile.com/exf/exf-command-line-usage/ jaclaz
phaolo Posted December 23, 2016 Author Posted December 23, 2016 (edited) On 12/12/2016 at 2:37 PM, jaclaz said: Yep but both accept command lines (or for exact file there is a command line version), you write a three (or four) line batch and you are all set off. Specifically exactfile command line version can do the comparison against an existing "digest" file: http://www.exactfile.com/exf/exf-command-line-usage/ jaclaz Ok, "Checksum Compare" is not very convenient if you have to check multiple backup copies. I'm trying the command line version of Exactfile and it seems good, even if.. it's still in Beta since years. Thank you jaclaz. --- Some minor annoyances are that: - it doesn't have an option to output a duration\end time or a % progress. - it uses a space as a separator between hash and path, instead of "tab". Edited December 23, 2016 by phaolo
jaclaz Posted December 24, 2016 Posted December 24, 2016 13 hours ago, phaolo said: - it uses a space as a separator between hash and path, instead of "tab". .. and ... ? jaclaz
phaolo Posted December 25, 2016 Author Posted December 25, 2016 On 24/12/2016 at 1:49 PM, jaclaz said: .. and ... ? It's a bad separator, because filenames contain spaces too. If I import the file in Excel, I have to replace it every time. Anyway, as I said, it's a minor issue.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now