Improved upon duperemove's KB

This commit is contained in:
Michele Cereda
2022-05-16 11:04:41 +02:00
parent 535cf70918
commit 7b0375d05a

View File

@@ -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