Rclone syncs your files to cloud storage: Google Drive, S3, Dropbox, Backblaze B2, One Drive, Swift, Hubic, Wasabi, Google Cloud Storage, Yandex Files.

Nick Craig-Wood 2b1194c57e rc: update docs with new methods 5 years ago
.circleci b531bf1349 Add android and IOS build to circleci 6 years ago
.github 17ab38502d Revamp issue and PR templates and CONTRIBUTING guide 5 years ago
backend 0b80d1481a cache: make tests not start an rc but use the internal framework 5 years ago
bin 6531126eb2 Fixes the rc docs creation 5 years ago
cmd e6dd121f52 config: add rc operations for config 5 years ago
docs 2b1194c57e rc: update docs with new methods 5 years ago
fs e6dd121f52 config: add rc operations for config 5 years ago
fstest a379eec9d9 fstest/mockfs: create mock fs.Fs for testing 5 years ago
graphics 1e557f4bd9 New graphics used by forum.rclone.org 7 years ago
lib b24facb73d rest: Fix documentation so it is clearer when resp.Body is closed 5 years ago
vendor c514cb752d vendor: update to latest versions of everything 5 years ago
vfs b972dcb0ae rc: implement options/blocks,get,set and register options 5 years ago
.appveyor.yml 22ee4151fd build: make CIs available for forks 5 years ago
.gitignore 016abf825e cache: first version 6 years ago
.gometalinter.json 790a8a9aed build: add gometalinter and gometalinter_install Makefile targets 6 years ago
.pkgr.yml 37e1b20ec1 Updated .pkgr.yml file to use rclone as its own cli. 7 years ago
.travis.yml 543e37f662 Require go1.8 for compilation 5 years ago
CONTRIBUTING.md f97c4c8d9d fstest/test_all: rework integration tests to improve output 5 years ago
COPYING e9ae4f89a4 Initial commit - some small parts working 11 years ago
MAINTAINERS.md 1d16e16b30 docs: replace "Github" with "GitHub" 5 years ago
MANUAL.html f96ce5674b Version v1.44 5 years ago
MANUAL.md f96ce5674b Version v1.44 5 years ago
MANUAL.txt f96ce5674b Version v1.44 5 years ago
Makefile 25d0e59ef8 fstest/test_all: make sure Version is correct in build 5 years ago
README.md ff87da9c3b Added some more links for easier finding 5 years ago
RELEASE.md c514cb752d vendor: update to latest versions of everything 5 years ago
go.mod c514cb752d vendor: update to latest versions of everything 5 years ago
go.sum c514cb752d vendor: update to latest versions of everything 5 years ago
notes.txt ddf39f2d57 Replace test_all.sh with test_all.go which is cross platform and parallel 8 years ago
rclone.1 f96ce5674b Version v1.44 5 years ago
rclone.go ade252f13b build: fixup code formatting after goimports change 5 years ago

README.md

Logo

Website | Documentation | Download | Contributing | Changelog | Installation | Forum | G+

Build Status Windows Build Status CircleCI GoDoc

Rclone

Rclone ("rsync for cloud storage") is a command line program to sync files and directories to and from different cloud storage providers.

Storage providers

Please see the full list of all storage providers and their features

Features

  • MD5/SHA1 hashes checked at all times for file integrity
  • Timestamps preserved on files
  • Partial syncs supported on a whole file basis
  • Copy mode to just copy new/changed files
  • Sync (one way) mode to make a directory identical
  • Check mode to check for file hash equality
  • Can sync to and from network, eg two different cloud accounts
  • Optional encryption (Crypt)
  • Optional cache (Cache)
  • Optional FUSE mount (rclone mount)

Installation & documentation

Please see the rclone website for:

Downloads

License

This is free software under the terms of MIT the license (check the COPYING file included in this package).