From 7b0375d05ad3c34ec84b4888d0d9b50516c0beef Mon Sep 17 00:00:00 2001 From: Michele Cereda Date: Mon, 16 May 2022 11:04:41 +0200 Subject: [PATCH] Improved upon duperemove's KB --- knowledge base/duperemove.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/knowledge base/duperemove.md b/knowledge base/duperemove.md index 58fc941..c6f396b 100644 --- a/knowledge base/duperemove.md +++ b/knowledge base/duperemove.md @@ -27,10 +27,12 @@ duperemove -Adhr --hashfile=path/to/hashfile path/to/directory # List the files tracked by hashfiles. duperemove -L --hashfile=path/to/hashfile -# Limit threads. +# Limit threads; defaults are based on the host's cpus number. # I/O threads are used for hashing and in the deduplication stage. # CPU threads are used in the duplicate extent finding stage. -duperemove -Adhr --hashfile=path/to/hashfile --io-threads=N --cpu-threads=N path/to/directory +duperemove -Adhr --hashfile=path/to/hashfile \ + --io-threads=N --cpu-threads=N \ + path/to/directory ``` ## Sources