jessek / hashdeep

Other
694 stars 130 forks source link

Exclude some directories from full drive hashing #401

Open keybreak opened 3 years ago

keybreak commented 3 years ago

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

Skyedra commented 1 year ago

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