From e91a18f1108a8eae17bc25aad8df09189a0cdfbb Mon Sep 17 00:00:00 2001 From: "branchable@d31204a44f76a567b0ac1ace14680d4f2ec7750d" Date: Sat, 23 Apr 2016 19:22:16 +0000 Subject: [PATCH] added rclone supported providers --- doc/special_remotes.mdwn | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/doc/special_remotes.mdwn b/doc/special_remotes.mdwn index 3e3ae2104d..2d99069be0 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]]