mirror of
https://github.com/rclone/rclone.git
synced 2025-01-11 08:49:37 +01:00
docs: Add C14 Cold Storage to homepage and SFTP backend
This commit is contained in:
parent
7d85ccb11e
commit
01c0c0b009
@ -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="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="Box" home="https://www.box.com/" config="/box/" >}}
|
||||||
* {{< provider name="Ceph" home="http://ceph.com/" config="/s3/#ceph" >}}
|
* {{< 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="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="Dreamhost" home="https://www.dreamhost.com/cloud/storage/" config="/s3/#dreamhost" >}}
|
||||||
* {{< provider name="Dropbox" home="https://www.dropbox.com/" config="/dropbox/" >}}
|
* {{< provider name="Dropbox" home="https://www.dropbox.com/" config="/dropbox/" >}}
|
||||||
|
@ -10,6 +10,9 @@ date: "2017-02-01"
|
|||||||
SFTP is the [Secure (or SSH) File Transfer
|
SFTP is the [Secure (or SSH) File Transfer
|
||||||
Protocol](https://en.wikipedia.org/wiki/SSH_File_Transfer_Protocol).
|
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
|
SFTP runs over SSH v2 and is installed as standard with most modern
|
||||||
SSH installations.
|
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`
|
with it: `--dump-headers`, `--dump-bodies`, `--dump-auth`
|
||||||
|
|
||||||
Note that `--timeout` isn't supported (but `--contimeout` is).
|
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)
|
||||||
|
Loading…
Reference in New Issue
Block a user