Saspus docker and Storj

Hi All,

I’m planning to migrate from Duplicati to Duplicacy and Storj, but I need some guidance.

At this point I would like to use the @saspus docker and want to store my backups at Storj.

I’ve searched the forum and found some scattered info and could use some confirmation and extra info. It’s probably also useful to have the info in one thread.

If I understand it correctly, for Storj, I have to use the CLI for the chuck sizes. So I can’t configure Storj with only the GUI. Is this still correct?

Does the Saspus container also have the CLI I can use?

Another thing I read was that, for most people, it is better to use the S3 option in Storj instead of the native integration. Is this still the case and can this be done with the GUI and without the need of the CLI?

Thanks!

Yes. You need to initialize storage with CLI, can be done from any machine from some temporary empty repository. Then you add that storage in WebUI.

You can download CLI from GitHub, for the platform that you will be running it on. It does not have to be on the same machine.

When you add storj storage in web UI, if you select “storj” you will configure native integration. To use S3 gateway you need to select “S3 → Amazon or compatible”.

Thanks @saspus! This is very helpful.