mirror of
https://github.com/kees-z/DuplicatiDocs.git
synced 2025-07-06 04:49:37 +00:00
update backend list for hubic (removed) and storj (replace tardigrade)
also update .NET reference
This commit is contained in:
@ -445,20 +445,6 @@ The authorization token retrieved from [https://duplicati-oauth-handler.appspot.
|
||||
Team drive ID.
|
||||
This option sets the team drive to use. Leaving it empty uses the personal drive.
|
||||
|
||||
## HubiC
|
||||
|
||||
This backend can read and write data to HubiC.
|
||||
|
||||
URL Format:
|
||||
|
||||
`hubic://container/folder`
|
||||
|
||||
Options:
|
||||
|
||||
* `--authid (Password)`
|
||||
The authorization code.
|
||||
The authorization token retrieved from [https://duplicati-oauth-handler.appspot.com?type=hubic](https://duplicati-oauth-handler.appspot.com?type=hubic)
|
||||
|
||||
## Jottacloud
|
||||
|
||||
This backend can read and write data to Jottacloud using it's REST protocol.
|
||||
@ -784,33 +770,33 @@ Options:
|
||||
* `--use-ssl`
|
||||
Use this flag to communicate using Secure Socket Layer (SSL) over http (https).
|
||||
|
||||
## Tardigrade Decentralized Cloud Storage
|
||||
## Storj (ex Tardigrade) Decentralized Cloud Storage
|
||||
|
||||
This backend can read and write data to the Tardigrade Decentralized Cloud Storage.
|
||||
This backend can read and write data to the Storj Decentralized Cloud Storage.
|
||||
|
||||
Supported options:
|
||||
|
||||
* `--tardigrade-auth-method (String)`
|
||||
* `--storj-auth-method (String)`
|
||||
The authentication method
|
||||
The authentication method describes which way to use to connect to the network - either via API key or via an access grant.
|
||||
Default value: `API key`
|
||||
* `--tardigrade-satellite (String)`
|
||||
* `--storj-satellite (String)`
|
||||
The satellite
|
||||
The satellite that keeps track of all metadata. Use a Tardigrade-grade server for high-performance SLA-backed connectivity or use a community server. Or even host your own.
|
||||
Default value: `us-central-1.tardigrade.io:7777`
|
||||
* `--tardigrade-api-key (String)`
|
||||
The satellite that keeps track of all metadata. Use a Storj-grade server for high-performance SLA-backed connectivity or use a community server. Or even host your own.
|
||||
Default value: `us1.storj.io:7777`
|
||||
* `--storj-api-key (String)`
|
||||
The API key
|
||||
The API key grants access to a specific project on your chosen satellite. Head over to the dashboard of your satellite to create one if you do not already have an API key.
|
||||
* `--tardigrade-secret (Password)`
|
||||
* `--storj-secret (Password)`
|
||||
The encryption passphrase
|
||||
The encryption passphrase is used to encrypt your data before sending it to the tardigrade network. This passphrase can be the only secret to provide - for Tardigrade you do not necessary need any additional encryption (from Duplicati) in place.
|
||||
* `--tardigrade-shared-access (String)`
|
||||
The encryption passphrase is used to encrypt your data before sending it to the storj network. This passphrase can be the only secret to provide - for Storj you do not necessary need any additional encryption (from Duplicati) in place.
|
||||
* `--storj-shared-access (String)`
|
||||
The access grant
|
||||
An access grant contains all information in one encrypted string. You may use it instead of a satellite, API key and secret.
|
||||
* `--tardigrade-bucket (String)`
|
||||
* `--storj-bucket (String)`
|
||||
The bucket
|
||||
The bucket where the backup will reside in.
|
||||
* `--tardigrade-folder (String)`
|
||||
* `--storj-folder (String)`
|
||||
The folder
|
||||
The folder within the bucket where the backup will reside in.
|
||||
|
||||
@ -821,10 +807,6 @@ Object storage (Cloud Object Storage, COS) is a distributed storage service for
|
||||
|
||||
Supported options:
|
||||
|
||||
* `--tardigrade-auth-method (String)`
|
||||
The authentication method
|
||||
The authentication method describes which way to use to connect to the network - either via API key or via an access grant.
|
||||
Default value: `API key`
|
||||
* `--cos-app-id (String)`
|
||||
Account ID
|
||||
Account ID of Tencent Cloud Account
|
||||
@ -840,3 +822,7 @@ Cloud API Secret Key
|
||||
* `--cos-bucket (String)`
|
||||
Bucket
|
||||
Bucket, format: BucketName-APPID
|
||||
* `--cos-storage-class (String)`
|
||||
Storage class
|
||||
Storage class of the object (do not use ARCHIVE types)
|
||||
|
||||
|
Reference in New Issue
Block a user