Are there any deduplication scripts that use btrfs CoW as dedup?
12
votes
4
answers
3584
views
Looking for deduplication tools on Linux there are plenty, see e.g. this wiki page .
Allmost all scripts do either only detection, printing the duplicate file names or removing duplicate files by hardlinking them to a single copy.
With the rise of btrfs there would be another option: creating a CoW (copy-on-write) copy of a file (like
cp reflink=always
). I have not found any tool that does this, is anyone aware of tool that does this?
Asked by Peter Smit
(1184 rep)
Nov 8, 2012, 02:46 PM
Last activity: Mar 19, 2025, 10:13 AM
Last activity: Mar 19, 2025, 10:13 AM