Deduplicate BTRFS

Talk about the Ultimate Question of Life, The Universe, and Everything
Post Reply
User avatar
rednoah
The Source
Posts: 23743
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Deduplicate BTRFS

Post by rednoah »

e.g. duperemove

Shell: Select all

#!/bin/sh -xu
SHARE="/volume1/Storage"

sudo docker run --rm -it -v "$SHARE:$SHARE" -v "data:/data" --entrypoint bash "rednoah/filebot" -c "
	duperemove --hashfile=/data/duperemove.hashdb --io-threads=1 -d -q -h -r '$SHARE'
"
:idea: Please read the FAQ and How to Request Help.
Post Reply