Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
#apt install jdupes
jdupes --one-file-system --dedupe --recurse --size /storage/


alternative

Code Block
# apt install duperemove
duperemove -r -d -h -v --hashfile=/storage/.dupe_hash /storage



Check deduplication

Code Block
btrfs filesystem du --summarize --human-readable  /storage/

...