hashdeep
hashdeep copied to clipboard
Exclude some directories from full drive hashing
I'm using this command to hash whole drive with relative paths:
hashdeep -c md5 -e -l -r "." > checksum.hash
How would i do "all except some dir(s)" on this drive?
For example i'd like to skip hashing of ./temp and ./VM
+1 I would also find this functionality very useful. I'm not doing full drive hashing, but I do have temporary subfolders with changes I don't care about.