mirror of
https://github.com/kees-z/DuplicatiDocs.git
synced 2025-04-26 15:02:28 +00:00
Merge pull request #108 from gpatel-fr/updateproviders
update backend list for hubic (removed) and storj (replace tardigrade)
This commit is contained in:
commit
8747ddfccb
@ -111,7 +111,6 @@ The following Cloud Storage Providers are supported natively by Duplicati:
|
|||||||
* Dropbox
|
* Dropbox
|
||||||
* Google Cloud Storage
|
* Google Cloud Storage
|
||||||
* Google Drive
|
* Google Drive
|
||||||
* HubiC
|
|
||||||
* Jottacloud
|
* Jottacloud
|
||||||
* Mega.nz
|
* Mega.nz
|
||||||
* Microsoft Office 365 Groups
|
* Microsoft Office 365 Groups
|
||||||
@ -122,7 +121,7 @@ The following Cloud Storage Providers are supported natively by Duplicati:
|
|||||||
* Rackspace CloudFiles
|
* Rackspace CloudFiles
|
||||||
* Rclone
|
* Rclone
|
||||||
* Sia Decentralized Cloud
|
* Sia Decentralized Cloud
|
||||||
* Tardigrade Decentralized Cloud Storage
|
* Storj (ex Tardigrade) Decentralized Cloud Storage
|
||||||
* Tencent COS
|
* Tencent COS
|
||||||
|
|
||||||
Other supported targets:
|
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.
|
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.
|
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.
|
||||||
|
|
||||||
|
@ -445,20 +445,6 @@ The authorization token retrieved from [https://duplicati-oauth-handler.appspot.
|
|||||||
Team drive ID.
|
Team drive ID.
|
||||||
This option sets the team drive to use. Leaving it empty uses the personal drive.
|
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
|
## Jottacloud
|
||||||
|
|
||||||
This backend can read and write data to Jottacloud using it's REST protocol.
|
This backend can read and write data to Jottacloud using it's REST protocol.
|
||||||
@ -784,33 +770,33 @@ Options:
|
|||||||
* `--use-ssl`
|
* `--use-ssl`
|
||||||
Use this flag to communicate using Secure Socket Layer (SSL) over http (https).
|
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:
|
Supported options:
|
||||||
|
|
||||||
* `--tardigrade-auth-method (String)`
|
* `--storj-auth-method (String)`
|
||||||
The authentication method
|
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.
|
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`
|
Default value: `API key`
|
||||||
* `--tardigrade-satellite (String)`
|
* `--storj-satellite (String)`
|
||||||
The satellite
|
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.
|
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: `us-central-1.tardigrade.io:7777`
|
Default value: `us1.storj.io:7777`
|
||||||
* `--tardigrade-api-key (String)`
|
* `--storj-api-key (String)`
|
||||||
The API key
|
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.
|
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
|
||||||
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.
|
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.
|
||||||
* `--tardigrade-shared-access (String)`
|
* `--storj-shared-access (String)`
|
||||||
The access grant
|
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.
|
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
|
||||||
The bucket where the backup will reside in.
|
The bucket where the backup will reside in.
|
||||||
* `--tardigrade-folder (String)`
|
* `--storj-folder (String)`
|
||||||
The folder
|
The folder
|
||||||
The folder within the bucket where the backup will reside in.
|
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:
|
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)`
|
* `--cos-app-id (String)`
|
||||||
Account ID
|
Account ID
|
||||||
Account ID of Tencent Cloud Account
|
Account ID of Tencent Cloud Account
|
||||||
@ -840,3 +822,7 @@ Cloud API Secret Key
|
|||||||
* `--cos-bucket (String)`
|
* `--cos-bucket (String)`
|
||||||
Bucket
|
Bucket
|
||||||
Bucket, format: BucketName-APPID
|
Bucket, format: BucketName-APPID
|
||||||
|
* `--cos-storage-class (String)`
|
||||||
|
Storage class
|
||||||
|
Storage class of the object (do not use ARCHIVE types)
|
||||||
|
|
||||||
|
@ -127,7 +127,7 @@ Usage:
|
|||||||
`<protocol>://<username>:<password>@<path>`
|
`<protocol>://<username>:<password>@<path>`
|
||||||
|
|
||||||
Supported protocols are:
|
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:
|
Use one or more of the following command line options:
|
||||||
|
|
||||||
@ -223,7 +223,7 @@ The following commands are supported:
|
|||||||
`GET`, `PUT`, `LIST`, `DELETE`, `CREATEFOLDER`
|
`GET`, `PUT`, `LIST`, `DELETE`, `CREATEFOLDER`
|
||||||
|
|
||||||
The supported protocols are:
|
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:
|
Example:
|
||||||
`LIST ftp://user:pass@server/folder`
|
`LIST ftp://user:pass@server/folder`
|
||||||
|
Loading…
x
Reference in New Issue
Block a user