#1006470 RFP: dduper -- Fast block-level out-of-band BTRFS deduplication tool.

#1006470#5
Date:
2022-02-25 22:28:08 UTC
From:
To:
* Package name    : dduper
  Version         : 0.04
  Upstream Author : Lakshmipathi <lakshmipathi.g@gmail.com>
* URL             : https://github.com/lakshmipathi/dduper
* License         : GPL-2+
  Programming Lang: Python
  Description     : Fast block-level out-of-band BTRFS deduplication tool.

  dduper is a block-level out-of-band BTRFS dedupe tool. This works by
  fetching built-in checksum from BTRFS csum-tree, instead of reading
  file blocks and computing checksum itself. This hugely improves the
  performance.

This seems the fastest and most lightweight deduplication tool for BTRFS
made so far.