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

albertony d3c026fb7d jottacloud: avoid double url escaping of device/mountpoint - fixes #4697 3 years ago
.github 770a6f2cad build: build with go1.15.x by default now that it is released 3 years ago
backend d3c026fb7d jottacloud: avoid double url escaping of device/mountpoint - fixes #4697 3 years ago
bin d0888edc0a Spelling fixes 3 years ago
cmd f4dd8e3fe8 dedupe: minor clarification in docs 3 years ago
contrib fd4b25932c Contrib: Add sample WebDAV server Docker Compose manifest. 4 years ago
docs dc4e63631f Add David to contributors 3 years ago
fs 4e2b5389d7 check: make the error count match up in the log message 3 years ago
fstest d0888edc0a Spelling fixes 3 years ago
graphics 6a2b7b97d7 build: Add file properties and icon to Windows executable (fixes #4304) 3 years ago
lib d0888edc0a Spelling fixes 3 years ago
vfs d0888edc0a Spelling fixes 3 years ago
.gitattributes 53e3c2e263 build: add azure pipelines build 4 years ago
.gitignore cb7534dcdf lib: Add file name compression 3 years ago
.golangci.yml b05da61c82 build: move linter build tags into Makefile to fix golangci-lint 5 years ago
CONTRIBUTING.md d0888edc0a Spelling fixes 3 years ago
COPYING e9ae4f89a4 Initial commit - some small parts working 11 years ago
Dockerfile 298bd640f3 build: fix custom timezone in Docker image 3 years ago
MAINTAINERS.md 041b201abd doc: fix typos throughout docs and code 4 years ago
MANUAL.html 510ac341e1 Version v1.53.0 3 years ago
MANUAL.md 510ac341e1 Version v1.53.0 3 years ago
MANUAL.txt 510ac341e1 Version v1.53.0 3 years ago
Makefile 3a4322a7ba build: update build for stable branch 3 years ago
README.md 22937e8982 docs: add Tencent COS to s3 provider list - fixes #4468 3 years ago
RELEASE.md a73c78545d Changelog updates from Version v1.53.1 3 years ago
VERSION 41ecb586c4 Start v1.54.0-DEV development 3 years ago
go.mod c58023a9ba enhance systemd integration 3 years ago
go.sum c58023a9ba enhance systemd integration 3 years ago
notes.txt d0888edc0a Spelling fixes 3 years ago
rclone.1 510ac341e1 Version v1.53.0 3 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).