modified: fm2.wdl
[GalaxyCodeBases.git] / python / dedup / README.md
blob4983824d739802ec0aabf60d0db4123763a599f1
1 From <https://github.com/boris-dimitrov/dedup>.
3 # dedup
4 Help identify duplicate files that can be profitably replaced with hardlinks.
6 A dangerous bandaid for sorely missing Mac OS functionality.
9 # caution
11 Replacing duplicates with hardlinks is generally unsafe.
13 It can be particularly harmful to
15   * files under version control
16   
17   * files that are subject to automatic updates
18   
19   * files whose attributes (e.g., last access time) are
20 just as important as their contents
23 # usage
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.