From b56baa80c38a003c9267b1a2c3c49b9fef19bf3d Mon Sep 17 00:00:00 2001 From: gilbertchen Date: Fri, 7 Jul 2017 14:42:07 -0400 Subject: [PATCH] Update README.md --- README.md | 40 ++++++++++++++++++++++++++-------------- 1 file changed, 26 insertions(+), 14 deletions(-) diff --git a/README.md b/README.md index 4a14671..5d98c45 100644 --- a/README.md +++ b/README.md @@ -109,18 +109,14 @@ all commands and other features of Duplicacy. Duplicacy currently supports local file storage, SFTP, and 5 cloud storage providers. -
- Local disk - -#### Local disk - +
Local disk ``` Storage URL: /path/to/storage (on Linux or Mac OS X) C:\path\to\storage (on Windows) ```
-#### SFTP +
SFTP + + Dropbox ``` Storage URL: dropbox://path/to/storage @@ -142,7 +140,9 @@ For Duplicacy to access your Dropbox storage, you must provide an access token t Dropbox has two advantages over other cloud providers. First, if you are already a paid user then to use the unused space as the backup storage is basically free. Second, unlike other providers Dropbox does not charge bandwidth or API usage fees. -#### Amazon S3 + + + Amazon S3 ``` Storage URL: s3://amazon.com/bucket/path/to/storage (default region is us-east-1) @@ -152,7 +152,9 @@ Storage URL: s3://amazon.com/bucket/path/to/storage (default region is us-east- You'll need to input an access key and a secret key to access your Amazon S3 storage. -#### Google Cloud Storage + + + Google Cloud Storage ``` Storage URL: gcs://bucket/path/to/storage @@ -162,7 +164,9 @@ Starting from version 2.0.0, a new Google Cloud Storage backend is added which i You can also use the s3 protocol to access Google Cloud Storage. To do this, you must enable the [s3 interoperability](https://cloud.google.com/storage/docs/migrating#migration-simple) in your Google Cloud Storage settings and set the storage url as `s3://storage.googleapis.com/bucket/path/to/storage`. -#### Microsoft Azure + + + Microsoft Azure ``` Storage URL: azure://account/container @@ -170,7 +174,9 @@ Storage URL: azure://account/container You'll need to input the access key once prompted. -#### Backblaze + + + Backblaze B2 ``` Storage URL: b2://bucket @@ -180,7 +186,9 @@ You'll need to input the account id and application key. Backblaze's B2 storage is not only the least expensive (at 0.5 cent per GB per month), but also the fastest. We have been working closely with their developers to leverage the full potentials provided by the B2 API in order to maximize the transfer speed. -#### Google Drive + + + Google Drive ``` Storage URL: gcd://path/to/storage @@ -189,7 +197,9 @@ Storage URL: gcd://path/to/storage To use Google Drive as the storage, you first need to download a token file from https://duplicacy.com/gcd_start by authorizing Duplicacy to access your Google Drive, and then enter the path to this token file to Duplicacy when prompted. -#### Microsoft OneDrive + + + Microsoft OneDrive ``` Storage URL: one://path/to/storage @@ -198,7 +208,9 @@ Storage URL: one://path/to/storage To use Microsoft OneDrive as the storage, you first need to download a token file from https://duplicacy.com/one_start by authorizing Duplicacy to access your OneDrive, and then enter the path to this token file to Duplicacy when prompted. -#### Hubic + + + Hubic ``` Storage URL: hubic://path/to/storage