birkenfeld / fddf

Fast data dupe finder
Apache License 2.0
109 stars 9 forks source link

Not hashing every file #8

Closed pftbest closed 6 years ago

pftbest commented 6 years ago

I have a directory with many subdirectories and 2496 files in total

But when I run fddf, it prints Hashing ... only 690 times, and misses many files

I checked the permissions on some files that were not hashed and it looks ok

$ ls -al rootfs/lib/libdirectfb-1.7.so.6.0.0 
-rwxr-xr-x 1 user user 2449248 Aug 18 16:54 rootfs/lib/libdirectfb-1.7.so.6.0.0

I use this command to run application:

fddf -v ./rootfs
pftbest commented 6 years ago

After thinking a bit more about this, maybe it doesn't need to hash every file if the size doesn't match, so maybe it is intended behavior