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 98ad80bee3 union: fix slash behaviour on Windows 4 years ago
.github 3855c003ce build: update to use go1.14 for the build 4 years ago
backend 98ad80bee3 union: fix slash behaviour on Windows 4 years ago
bin f6f95822c1 doc: fix links in generated documentation 4 years ago
cmd 6ff0bb825e mount: fix fail because of too long volume name - fixes #4026 4 years ago
contrib fd4b25932c Contrib: Add sample WebDAV server Docker Compose manifest. 4 years ago
docs 7da83346bf union: Implement policy by least number of object 4 years ago
fs 0c6f14c694 copy/sync: only create empty directories when they don't exist on the remote 4 years ago
fstest 3855c003ce build: update to use go1.14 for the build 4 years ago
graphics 1ba5e99152 graphics: add more differently sized logos 4 years ago
lib 3855c003ce build: update to use go1.14 for the build 4 years ago
vendor e2e400e63c Use proper import path go.etcd.io/bbolt 4 years ago
vfs b1b5e09081 vfs: make `df` output more consistent on a rclone mount. 4 years ago
.gitattributes 53e3c2e263 build: add azure pipelines build 4 years ago
.gitignore 9f99c20232 s3: Add StackPath Object Storage Support 4 years ago
.golangci.yml b05da61c82 build: move linter build tags into Makefile to fix golangci-lint 5 years ago
CONTRIBUTING.md dfb710eab7 gendocs: add autogenerated header to all docs 4 years ago
COPYING e9ae4f89a4 Initial commit - some small parts working 11 years ago
Dockerfile 070a8bfcd8 Dockerfile fixes 4 years ago
MAINTAINERS.md 2e50543053 Add Ivan Andreev to maintainers 4 years ago
MANUAL.html 43daecd89b Version v1.51.0 4 years ago
MANUAL.md 43daecd89b Version v1.51.0 4 years ago
MANUAL.txt 43daecd89b Version v1.51.0 4 years ago
Makefile 1bd9f522e0 build: compress the test builds 4 years ago
README.md ff2343475a docs: Update README.md shields for changed CI 4 years ago
RELEASE.md 4d1c616e97 Start v1.51.0-DEV development 4 years ago
VERSION 43daecd89b Version v1.51.0 4 years ago
go.mod e2e400e63c Use proper import path go.etcd.io/bbolt 4 years ago
go.sum e2e400e63c Use proper import path go.etcd.io/bbolt 4 years ago
notes.txt ddf39f2d57 Replace test_all.sh with test_all.go which is cross platform and parallel 8 years ago
rclone.1 43daecd89b Version v1.51.0 4 years ago
rclone.go 44b603d2bd lib: add plugin support 4 years ago

README.md

rclone logo

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

Build Status Go Report Card GoDoc Docker Pulls

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/SHA-1 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, e.g. two different cloud accounts
  • Optional large file chunking (Chunker)
  • Optional encryption (Crypt)
  • Optional cache (Cache)
  • Optional FUSE mount (rclone mount)
  • Multi-threaded downloads to local disk
  • Can serve local or remote files over HTTP/WebDav/FTP/SFTP/dlna

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).