NoDoubles
Finds and removes duplicates (hard links)
...When two duplicates or more are found, at least one of them is replaced with a hard link that points to the same data in the first file. Effectively, a hard link is a file, not a shortcut, and by removing the first file, the second file will still be present with all of its data. However, modifying one of these files leads to the modification of the other.