mirror of
https://github.com/rclone/rclone.git
synced 2024-11-07 09:04:52 +01:00
"rsync for cloud storage" - Google Drive, S3, Dropbox, Backblaze B2, One Drive, Swift, Hubic, Wasabi, Google Cloud Storage, Azure Blob, Azure Files, Yandex Files
azure-blobazure-blob-storageazure-filesbackblaze-b2cloud-storagedropboxencryptionftpfuse-filesystemgogolanggoogle-cloud-storagegoogle-driveonedriveopenstack-swiftrclones3sftpsyncwebdav
b3f1a45bbf
* Fix empty config configuration * Alter menus when no remotes * Save config file after delete remote |
||
---|---|---|
drive | ||
fs | ||
local | ||
s3 | ||
swift | ||
.gitignore | ||
COPYING | ||
notes.txt | ||
rclone_test.go | ||
rclone.go | ||
README.md |
Rclone
Sync files and directories to and from
- Openstack Swift
- Rackspace cloud files
- Amazon S3
- Google Drive
- The local filesystem
FIXME
Install
Rclone is a Go program and comes as a single binary file.
Download the relevant binary from
Or alternatively if you have Go installed use
go get github.com/ncw/rclone
and this will build the binary in $GOPATH/bin
. You can then modify
the source and submit patches.
Usage
FIXME
License
This is free software under the terms of MIT the license (check the COPYING file included in this package).
Contact and support
The project website is at:
There you can file bug reports, ask for help or contribute patches.
Authors
- Nick Craig-Wood nick@craig-wood.com
Contributors
- Your name goes here!