|
|
|
|
|
by kardos
3497 days ago
|
|
fdupes is not a problem assuming wikipedia's description [1] is correct: "It first compares file sizes, partial MD5 signatures, full MD5 signatures, and then performs a byte-by-byte comparison for verification." I was unimpressed by the md5 used in the shell script at the original link, which is using a truncated md5... [1] https://en.wikipedia.org/wiki/Fdupes |
|
And if you are deduping on really fast storage, you'd get way better performance (with comparable safety) using something like xxHash64 (https://cyan4973.github.io/xxHash/).