For the complete documentation index, see llms.txt. This page is also available as Markdown.

Sia Destination

This page describes the Sia storage destination

Duplicati supports backups to the Sia network which is a large-scale decentralized storage network. To use the Sia destination, use this URL format:

sia://<host>:<port>/<path>
  ?sia-password=<password>

If the host is supporting unauthenticated connections, you can omit the password. The default port is 9980 if none is supplied and the default path is /backup if none is supplied.

Advanced options

To adjust the amount of redundancy in the Sia network, use the option --sia-redundancy. Note that this value should be more than 1.

Last updated

Was this helpful?