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

buengese 07e2cea184 press: add xz compression algorithm hace 4 años
.github 3855c003ce build: update to use go1.14 for the build hace 4 años
backend 07e2cea184 press: add xz compression algorithm hace 4 años
bin f6f95822c1 doc: fix links in generated documentation hace 4 años
cmd 2b268f9724 build: fixup formatting after go1.14 go fmt changes hace 4 años
contrib fd4b25932c Contrib: Add sample WebDAV server Docker Compose manifest. hace 4 años
docs 0cf94ae6ac press: Added experimental compression remote - implements #2098, #1356, #675 hace 4 años
fs 0c6f14c694 copy/sync: only create empty directories when they don't exist on the remote hace 4 años
fstest 0cf94ae6ac press: Added experimental compression remote - implements #2098, #1356, #675 hace 4 años
graphics 1ba5e99152 graphics: add more differently sized logos hace 4 años
lib 3855c003ce build: update to use go1.14 for the build hace 4 años
vendor 45375d5b8f vendor: add new dependencies hace 4 años
vfs b1b5e09081 vfs: make `df` output more consistent on a rclone mount. hace 4 años
.gitattributes 53e3c2e263 build: add azure pipelines build hace 4 años
.gitignore 9f99c20232 s3: Add StackPath Object Storage Support hace 4 años
.golangci.yml b05da61c82 build: move linter build tags into Makefile to fix golangci-lint hace 5 años
CONTRIBUTING.md dfb710eab7 gendocs: add autogenerated header to all docs hace 4 años
COPYING e9ae4f89a4 Initial commit - some small parts working hace 11 años
Dockerfile 070a8bfcd8 Dockerfile fixes hace 4 años
MAINTAINERS.md 2e50543053 Add Ivan Andreev to maintainers hace 4 años
MANUAL.html 43daecd89b Version v1.51.0 hace 4 años
MANUAL.md 43daecd89b Version v1.51.0 hace 4 años
MANUAL.txt 43daecd89b Version v1.51.0 hace 4 años
Makefile 1bd9f522e0 build: compress the test builds hace 4 años
README.md ff2343475a docs: Update README.md shields for changed CI hace 4 años
RELEASE.md 4d1c616e97 Start v1.51.0-DEV development hace 4 años
VERSION 43daecd89b Version v1.51.0 hace 4 años
go.mod 45375d5b8f vendor: add new dependencies hace 4 años
go.sum 45375d5b8f vendor: add new dependencies hace 4 años
notes.txt ddf39f2d57 Replace test_all.sh with test_all.go which is cross platform and parallel hace 8 años
rclone.1 43daecd89b Version v1.51.0 hace 4 años
rclone.go 44b603d2bd lib: add plugin support hace 4 años

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