meta data for this page
  •  

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
linux:fs:btrfs:dedup [2020/12/13 17:21] – created niziaklinux:fs:btrfs:dedup [2021/03/02 09:45] (current) niziak
Line 1: Line 1:
 ====== BTRFS deduplication ====== ====== 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 <dir>
 +<code>duperemove -r <dir></code>
 +
 +The same as above, but make real deduplication (on BTRFS only)
 +<code>duperemove -rd <dir></code>
 +
 +Increase deduplication chance by reducing block size to 4k:
 +<code>duperemove -b 4k -rd <dir></code>
 +
 +This deduplication works nice, it can find some shared parts inside Maildir.
 +
 +
 +===== bees =====
 +[[https://github.com/Zygo/bees|bees]]
  
 ===== dduper ===== ===== dduper =====