git-annex/doc/special_remotes/rclone.mdwn

38 lines
1.2 KiB
Text
Raw Normal View History

[rclone](https://rclone.org/) is a command line program to sync files and
directories to and from a vast variety of cloud provider and protocols. At
the time of writing, this includes the following services:
* Amazon S3 / Dreamhost / Ceph / Minio / Wasabi
* Backblaze B2
* Box
* Dropbox
* FTP
* Google Cloud Storage
* Google Drive
* HTTP
* Hubic
* Jottacloud
* Mega
* Microsoft Azure Blob Storage
* Microsoft OneDrive
* OpenDrive
* Openstack Swift / Rackspace cloud files / Memset Memstore / OVH / Oracle Cloud Storage
* pCloud
* QingStor
* SFTP
* Webdav / Owncloud / Nextcloud
* Yandex Disk
* The local filesystem
2024-03-26 17:48:43 +00:00
That list is regularly expanding.
git-annex supports all of those through
the use of the [rclone special remote](https://github.com/DanielDent/git-annex-remote-rclone).
2024-03-26 17:48:43 +00:00
Alternatively, rclone recently gained support for being used as a special
remote on its own, without needing installation of the above program.
For documentation on using rclone that way, see the output of
2024-03-27 20:00:18 +00:00
`rclone gitannex -h` or [here](//github.com/rclone/rclone/blob/master/cmd/gitannex/gitannex.md).
2024-03-26 17:48:43 +00:00
See their documentation for more concrete examples.