
duperemove
List of commands for duperemove:
-
duperemove:tldr:179b8 duperemove: Use a hash file to store extent hashes (less memory usage and can be reused on subsequent runs).$ duperemove -r -d --hashfile=${path-to-hashfile} ${path-to-directory}try on your machineexplain this command
-
duperemove:tldr:839cb duperemove: Deduplicate duplicate extents on a Btrfs or XFS (experimental) filesystem.$ duperemove -r -d ${path-to-directory}try on your machineexplain this command
-
duperemove:tldr:b1b5e duperemove: Search for duplicate extents in a directory and show them.$ duperemove -r ${path-to-directory}try on your machineexplain this command
-
duperemove:tldr:fa684 duperemove: Limit I/O threads (for hashing and dedupe stage) and CPU threads (for duplicate extent finding stage).$ duperemove -r -d --hashfile=${path-to-hashfile} --io-threads=${N} --cpu-threads=${N} ${path-to-directory}try on your machineexplain this command