From 01c0c0b00968567cdfa07f7f12dff535739fa962 Mon Sep 17 00:00:00 2001 From: Macavirus Date: Thu, 8 Aug 2019 13:57:51 +0700 Subject: [PATCH] docs: Add C14 Cold Storage to homepage and SFTP backend --- docs/content/about.md | 1 + docs/content/sftp.md | 10 ++++++++++ 2 files changed, 11 insertions(+) diff --git a/docs/content/about.md b/docs/content/about.md index 316fa8ce3..2371c2e77 100644 --- a/docs/content/about.md +++ b/docs/content/about.md @@ -20,6 +20,7 @@ Rclone is a command line program to sync files and directories to and from: * {{< provider name="Backblaze B2" home="https://www.backblaze.com/b2/cloud-storage.html" config="/b2/" >}} * {{< provider name="Box" home="https://www.box.com/" config="/box/" >}} * {{< provider name="Ceph" home="http://ceph.com/" config="/s3/#ceph" >}} +* {{< provider name="C14" home="https://www.online.net/en/storage/c14-cold-storage" config="/sftp/#c14" >}} * {{< provider name="DigitalOcean Spaces" home="https://www.digitalocean.com/products/object-storage/" config="/s3/#digitalocean-spaces" >}} * {{< provider name="Dreamhost" home="https://www.dreamhost.com/cloud/storage/" config="/s3/#dreamhost" >}} * {{< provider name="Dropbox" home="https://www.dropbox.com/" config="/dropbox/" >}} diff --git a/docs/content/sftp.md b/docs/content/sftp.md index a54a1bd63..653f17534 100644 --- a/docs/content/sftp.md +++ b/docs/content/sftp.md @@ -10,6 +10,9 @@ date: "2017-02-01" SFTP is the [Secure (or SSH) File Transfer Protocol](https://en.wikipedia.org/wiki/SSH_File_Transfer_Protocol). +The SFTP backend can be used with a number of different providers: + +* {{< provider name="C14" home="https://www.online.net/en/storage/c14-cold-storage" config="/sftp/#c14" >}} SFTP runs over SSH v2 and is installed as standard with most modern SSH installations. @@ -347,3 +350,10 @@ Note that since SFTP isn't HTTP based the following flags don't work with it: `--dump-headers`, `--dump-bodies`, `--dump-auth` Note that `--timeout` isn't supported (but `--contimeout` is). + + +## C14 {#c14} + +C14 is supported through the SFTP backend. + +See [C14's documentation](https://www.online.net/en/storage/c14-cold-storage)