g2p / bedup

Btrfs deduplication
http://pypi.python.org/pypi/bedup
GNU General Public License v2.0
322 stars 50 forks source link

Changing the DEFAULT_SIZE_CUTOFF #28

Closed sdteffen closed 11 years ago

sdteffen commented 11 years ago

It would be great if some documentation could be added regarding the size cutoff:

g2p commented 11 years ago

It's not directly documented in the README, but bedup dedup --help answers the last two questions. Metadata space overhead puts an absolute floor around the filesystem leaf size, but the io overhead of scanning small files vs the dedup opportunities just depends on what kind of data your filesystem contains.