diff --git a/docs/01-introduction.md b/docs/01-introduction.md index 587690b..87849df 100644 --- a/docs/01-introduction.md +++ b/docs/01-introduction.md @@ -111,7 +111,6 @@ The following Cloud Storage Providers are supported natively by Duplicati: * Dropbox * Google Cloud Storage * Google Drive -* HubiC * Jottacloud * Mega.nz * Microsoft Office 365 Groups @@ -122,7 +121,7 @@ The following Cloud Storage Providers are supported natively by Duplicati: * Rackspace CloudFiles * Rclone * Sia Decentralized Cloud -* Tardigrade Decentralized Cloud Storage +* Storj (ex Tardigrade) Decentralized Cloud Storage * Tencent COS Other supported targets: @@ -140,7 +139,7 @@ Duplicati must be installed on a device with a supported operating system. Curre Because many devices run on an operating system based on Linux, Duplicati can be installed on some devices that are not personal computers, like a NAS or Raspberry Pi. -Windows-based devices should have .NET Framework 4.6.2 or higher installed. For Linux and OSX, a recent version of Mono is a requirement. +Windows-based devices should have .NET Framework 4.7.1 or higher installed. For Linux and OSX, a recent version of Mono is a requirement. Duplicati can make backups of files that are opened by other processes. For Windows, a snapshot of the file system is created using Volume Shadowcopy Services (VSS), LVM is used on Linux Systems. To be able to create a VSS snapshot, Duplicati needs C++ run-time components for Visual Studio 2015 to be installed and must be run with administrator privileges. diff --git a/docs/05-storage-providers.md b/docs/05-storage-providers.md index ad34783..91513f7 100644 --- a/docs/05-storage-providers.md +++ b/docs/05-storage-providers.md @@ -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) + diff --git a/docs/07-other-command-line-utilities.md b/docs/07-other-command-line-utilities.md index e7c3a99..baa24d6 100644 --- a/docs/07-other-command-line-utilities.md +++ b/docs/07-other-command-line-utilities.md @@ -127,7 +127,7 @@ Usage: `://:@` Supported protocols are: -`aftp`, `amzcd`, `azure`, `b2`, `box`, `cloudfiles`, `dropbox`, `file`, `ftp`, `googledrive`, `gcs`, `hubic`, `jottacloud`, `mega`, `onedrive`, `openstack`, `s3`, `od4b`, `mssp`, `ssh`, `tahoe`, `webdav` +`aftp`, `amzcd`, `azure`, `b2`, `box`, `cloudfiles`, `dropbox`, `file`, `ftp`, `googledrive`, `gcs`, `jottacloud`, `mega`, `onedrive`, `openstack`, `s3`, `od4b`, `mssp`, `ssh`, `tahoe`, `webdav` Use one or more of the following command line options: @@ -223,7 +223,7 @@ The following commands are supported: `GET`, `PUT`, `LIST`, `DELETE`, `CREATEFOLDER` The supported protocols are: -`aftp`, `amzcd`, `azure`, `b2`, `box`, `cloudfiles`, `dropbox`, `file`, `ftp`, `googledrive`, `gcs`, `hubic`, `jottacloud`, `mega`, `onedrive`, `openstack`, `s3`, `od4b`, `mssp`, `ssh`, `tahoe`, `webdav` +`aftp`, `amzcd`, `azure`, `b2`, `box`, `cloudfiles`, `dropbox`, `file`, `ftp`, `googledrive`, `gcs`, `jottacloud`, `mega`, `onedrive`, `openstack`, `s3`, `od4b`, `mssp`, `ssh`, `storj', `tahoe`, `webdav` Example: `LIST ftp://user:pass@server/folder`