How to use Duplicacy to backup to Storj cloud storage

I would add to the tutorial recommendation to increase the chunk size. By default, Duplicacy uses average chunk size of 4MiB. With storj much better performance can be obtained with 32MiB average and 64MiB max chunk sizes.

Relevant threads: one, two

TLDR:

duplicacy init -chunk-size 32M -max-chunk-size 64M ….
1 Like