summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar branchable@d31204a44f76a567b0ac1ace14680d4f2ec7750d <branchable@web>2016-04-23 19:22:16 +0000
committerGravatar admin <admin@branchable.com>2016-04-23 19:22:16 +0000
commit9456b169df59ecce25c6dab82edee3e194f1efc3 (patch)
treee51961ce0ece4c249f70c4b4c3b1205994855342
parent876c0e84b713205ac06553c8f53b7e5a22ff3db9 (diff)
added rclone supported providers
-rw-r--r--doc/special_remotes.mdwn7
1 files changed, 6 insertions, 1 deletions
diff --git a/doc/special_remotes.mdwn b/doc/special_remotes.mdwn
index 3e3ae2104..2d99069be 100644
--- a/doc/special_remotes.mdwn
+++ b/doc/special_remotes.mdwn
@@ -29,6 +29,7 @@ for using git-annex with various services:
* [[Amazon_S3|tips/using_Amazon_S3]]
* [[Amazon_Glacier|tips/using_Amazon_Glacier]]
+* [Amazon Cloud drive](https://github.com/DanielDent/git-annex-remote-rclone)
* [[tips/Internet_Archive_via_S3]]
* [[Box.com|tips/using_box.com_as_a_special_remote]]
* [[Google drive|tips/googledriveannex]]
@@ -44,7 +45,11 @@ for using git-annex with various services:
* [pCloud](https://github.com/tochev/git-annex-remote-pcloud)
* [[ipfs]]
* [Ceph](https://github.com/mhameed/git-annex-remote-ceph)
-* [Blackblaze's B2](https://github.com/encryptio/git-annex-remote-b2)
+* [Backblaze's B2](https://github.com/encryptio/git-annex-remote-b2)
+* [Dropbox](https://github.com/DanielDent/git-annex-remote-rclone)
+* [Openstack Swift / Rackspace cloud files / Memset Memstore](https://github.com/DanielDent/git-annex-remote-rclone)
+* [Microsoft One Drive](https://github.com/DanielDent/git-annex-remote-rclone)
+* [Yandex Disk](https://github.com/DanielDent/git-annex-remote-rclone)
Want to add support for something else? [[Write your own!|external]]