====== BTRFS deduplication ====== ===== Deduplication ===== External tool to find duplicated extens available [[https://github.com/markfasheh/duperemove]] Simply do 'make' and 'make install' Following binaries will be installed: * btrfs-extent-same * csum-test * duperemove * hashstats * show-shared-extents Recursively find duplicates in duperemove -r The same as above, but make real deduplication (on BTRFS only) duperemove -rd Increase deduplication chance by reducing block size to 4k: duperemove -b 4k -rd This deduplication works nice, it can find some shared parts inside Maildir. ===== bees ===== [[https://github.com/Zygo/bees|bees]] ===== dduper ===== [[https://github.com/Lakshmipathi/dduper/blob/master/INSTALL.md|INSTALL]]