dduper icon indicating copy to clipboard operation
dduper copied to clipboard

Can't use chunk sizes less than 128k

Open bdnbje opened this issue 4 years ago • 2 comments
trafficstars

I'm trying to make a folder of highly redundant data. 128k chunk size barely makes a difference but using smaller chunks on duperemove made a significant difference.

bdnbje avatar Oct 31 '21 21:10 bdnbje

Did you try using https://github.com/Lakshmipathi/dduper#changing-dedupe-chunk-size option ? That didn't work?

Lakshmipathi avatar Nov 01 '21 05:11 Lakshmipathi

when i try using 64k. pi@BedroomPi:~ $ sudo dduper --device /dev/sda --dir torrent/ --recurse --chunk-size 64 Ensure chunk size is of multiple 128KB. (128,256,512 etc)

bdnbje avatar Nov 01 '21 08:11 bdnbje