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 729799af7c Version v1.52.3 3 years ago
.github 8367261a93 build: fix docker release build action 3 years ago
backend 029f817ebc drive: stop using root_folder_id as a cache #4419 3 years ago
bin e8222bbc95 make_manual: Support SOURCE_DATE_EPOCH 3 years ago
cmd d805e63f7d serve dlna: Fix file list on Samsung Series 6+ TVs 3 years ago
contrib fd4b25932c Contrib: Add sample WebDAV server Docker Compose manifest. 4 years ago
docs 729799af7c Version v1.52.3 3 years ago
fs 729799af7c Version v1.52.3 3 years ago
fstest 07f7854a25 testy: test utility functions 3 years ago
graphics 1ba5e99152 graphics: add more differently sized logos 4 years ago
lib 946b73c5fe test: Don't run unreliable tests on CI #4171 3 years ago
vendor dfc7393e9c backend/tardigrade: Upgrade to uplink v1.1.1 3 years ago
vfs 0501b12e17 vfs: fix OS vs Unix path confusion - fixes ChangeNotify on Windows 3 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 038648aaca docs: rename about.md to _index.md after Hugo upgrade 3 years ago
COPYING e9ae4f89a4 Initial commit - some small parts working 11 years ago
Dockerfile 8b1f737271 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 729799af7c Version v1.52.3 3 years ago
MANUAL.md 729799af7c Version v1.52.3 3 years ago
MANUAL.txt 729799af7c Version v1.52.3 3 years ago
Makefile 1f279f0419 doc: disable smart typography (eg en-dash) in MANUAL.* and man page 3 years ago
README.md 0ce662faad Tardigrade Backend 4 years ago
RELEASE.md 6882aeff97 Version v1.52.0 3 years ago
VERSION 729799af7c Version v1.52.3 3 years ago
go.mod dfc7393e9c backend/tardigrade: Upgrade to uplink v1.1.1 3 years ago
go.sum dfc7393e9c backend/tardigrade: Upgrade to uplink v1.1.1 3 years ago
notes.txt ddf39f2d57 Replace test_all.sh with test_all.go which is cross platform and parallel 8 years ago
rclone.1 729799af7c Version v1.52.3 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).