meta data for this page
Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| linux:fs:btrfs:dedup [2020/12/13 17:21] – created niziak | linux: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:// | ||
| + | |||
| + | Simply do ' | ||
| + | Following binaries will be installed: | ||
| + | * btrfs-extent-same | ||
| + | * csum-test | ||
| + | * duperemove | ||
| + | * hashstats | ||
| + | * show-shared-extents | ||
| + | |||
| + | Recursively find duplicates in <dir> | ||
| + | < | ||
| + | |||
| + | The same as above, but make real deduplication (on BTRFS only) | ||
| + | < | ||
| + | |||
| + | Increase deduplication chance by reducing block size to 4k: | ||
| + | < | ||
| + | |||
| + | This deduplication works nice, it can find some shared parts inside Maildir. | ||
| + | |||
| + | |||
| + | ===== bees ===== | ||
| + | [[https:// | ||
| ===== dduper ===== | ===== dduper ===== | ||