1 From <https://github.com/boris-dimitrov/dedup>.
4 Help identify duplicate files that can be profitably replaced with hardlinks.
6 A dangerous bandaid for sorely missing Mac OS functionality.
11 Replacing duplicates with hardlinks is generally unsafe.
13 It can be particularly harmful to
15 * files under version control
17 * files that are subject to automatic updates
19 * files whose attributes (e.g., last access time) are
20 just as important as their contents
25 Each application requires truly careful review and manual
26 adjustments to `dedup.py` code to minimize the possiblity of
27 harming important files. Use at your own risk.