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 9ea209a9ab webdav: fix DirMove for bitrix - FIXME DO NOT MERGE 3 years ago
.github 2ccf416e83 build: add version to android builds and fix upload 3 years ago
backend 9ea209a9ab webdav: fix DirMove for bitrix - FIXME DO NOT MERGE 3 years ago
bin f890965020 test: add makefiles test command (converted from script) 3 years ago
cmd 1fe2460e38 selfupdate: abort if updating would discard fuse semantics 3 years ago
contrib fd4b25932c Contrib: Add sample WebDAV server Docker Compose manifest. 4 years ago
docs 9dd39e8524 Add x0b to contributors 3 years ago
fs fc57648b75 lib/rest: fix multipart uploads stopping on context cancel 3 years ago
fstest a12b2746b4 fs: make sure backends with additional config have a different name #4996 3 years ago
graphics 6a2b7b97d7 build: Add file properties and icon to Windows executable (fixes #4304) 3 years ago
lib fc57648b75 lib/rest: fix multipart uploads stopping on context cancel 3 years ago
vfs b47d6001a9 vfs: fix directory renaming by renaming dirs cached in memory 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 0355d6daf2 CONTRIBUTING.md: recommend to push feature branch with -u + minor tuneups 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 fd94b3a473 docs: replace #file-caching with #vfs-file-caching 3 years ago
MANUAL.md fd94b3a473 docs: replace #file-caching with #vfs-file-caching 3 years ago
MANUAL.txt 7f5ee5d81f Version v1.54.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 beff081abb Start v1.55.0-DEV development 3 years ago
go.mod f6dbb98a1d cmount: update cgofuse to the latest version to bring in macfuse 4 fix 3 years ago
go.sum f6dbb98a1d cmount: update cgofuse to the latest version to bring in macfuse 4 fix 3 years ago
notes.txt 3e1cb8302a docs: spelling: etc. 3 years ago
rclone.1 7f5ee5d81f Version v1.54.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).