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 114631de51 webdav: chunked uploading - WIP DO NOT MERGE 3 years ago
.github f8884a7200 build: fix version numbers in android branch builds 3 years ago
backend 114631de51 webdav: chunked uploading - WIP DO NOT MERGE 3 years ago
bin b9d0ed4f5c make_manual.py: fix missing comma for doc build after uptobox merge 3 years ago
cmd 4a9469a3dc test changenotify: add command to help debugging changenotify 3 years ago
contrib fd4b25932c Contrib: Add sample WebDAV server Docker Compose manifest. 4 years ago
docs f4068d406b Add Jeffrey Tolar to contributors 3 years ago
fs 3544e09e95 config: treat any config file paths with filename notfound as memory-only config (#5235) 3 years ago
fstest 114631de51 webdav: chunked uploading - WIP DO NOT MERGE 3 years ago
graphics 6a2b7b97d7 build: Add file properties and icon to Windows executable (fixes #4304) 3 years ago
lib 386acaa110 oauthutil: fix #5265 old authorize result not recognised 3 years ago
vfs 2a40f00077 vfs: fix a code path which allows dirty data to be removed causing data loss 3 years ago
.gitattributes 53e3c2e263 build: add azure pipelines build 4 years ago
.gitignore 6fa74340a0 cmd: rclone selfupdate (#5080) 3 years ago
.golangci.yml b05da61c82 build: move linter build tags into Makefile to fix golangci-lint 5 years ago
CONTRIBUTING.md 7df57cd625 contributing.md: update setup instructions for go1.16 3 years ago
COPYING e9ae4f89a4 Initial commit - some small parts working 11 years ago
Dockerfile c0c2505977 build: add an rclone user to the Docker image but don't use it by default 3 years ago
MAINTAINERS.md d5181118cc compress: finish docs 3 years ago
MANUAL.html 6e2e2d9eb2 Version v1.55.0 3 years ago
MANUAL.md 6e2e2d9eb2 Version v1.55.0 3 years ago
MANUAL.txt 6e2e2d9eb2 Version v1.55.0 3 years ago
Makefile 4b4e531846 build: add missing BUILD_FLAGS to compile_only to speed up other_os build 3 years ago
README.md 71edc75ca6 HDFS (Hadoop Distributed File System) implementation - #42 3 years ago
RELEASE.md 524cd327e6 build: update notes on how to build the release manually with docker 3 years ago
VERSION 6d65d116df Start v1.56.0-DEV development 3 years ago
go.mod 0537791d14 sftp: Fix performance regression by re-enabling concurrent writes #5197 3 years ago
go.sum 0537791d14 sftp: Fix performance regression by re-enabling concurrent writes #5197 3 years ago
notes.txt 3e1cb8302a docs: spelling: etc. 3 years ago
rclone.1 6e2e2d9eb2 Version v1.55.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 transparent compression (Compress)
  • 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).