Finding duplicate files with same filename AND exact same size
You really do not need external utilities for this. You can go quite some distance by chaining a set of standard commands, that … Read more
You really do not need external utilities for this. You can go quite some distance by chaining a set of standard commands, that … Read more
The S3QL filesystem has block level deduplication. It’s promoted as an S3 cloud storage solution but it also works very nicely on local … Read more
Create an md5sum of each file, duplicates md5sums suggest (but doesn’t guarantee) duplicate files.
In Excel 2013 Select all Data Select Data Tab -> Remove duplicates Check ‘My columns have headers’ if your data has column headers. … Read more
What does a rmlint’s “clone” for btrfs do?
Is there a way to enable reflink on an existing XFS filesystem?
Make tar (or other) archive, with data block-aligned like in original files for better block-level deduplication?
Your question is a tiny bit confusing due to the term “blocks”, which is a very overloaded word when it comes to disks … Read more
I have just released a program called fienode (← link) which computes a SHA1 hash of the physical extents of a file. Identical … Read more
Don’t Rely on MD5 sums. MD5 sums are not a reliable way to check for duplicates, they are only a way to check … Read more