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 1d53714aba config: increase input buffer size to 16k to fix onedrive oauth - fixes #5835 2 years ago
.github c968c3e41c build: raise minimum go version to go1.15 2 years ago
backend f26abc89a6 union: fix treatment of remotes with // in 2 years ago
bin e43b5ce5e5 Remove github.com/pkg/errors and replace with std library version 2 years ago
cmd 4c93378f0e serve sftp: update docs on --stdio 2 years ago
cmdtest 59c74ea1b8 config: support hyphen in remote name from environment variable 2 years ago
contrib 015b250905 serve/docker: build docker plugin for multiple platforms #5668 2 years ago
docs b5abbe819f s3: Add Wasabi AP Northeast 2 endpoint info 2 years ago
fs 1d53714aba config: increase input buffer size to 16k to fix onedrive oauth - fixes #5835 2 years ago
fstest 51c952654c fstests: treat accountUpgradeRequired as success for OneDrive PublicLink 2 years ago
graphics 6a2b7b97d7 build: Add file properties and icon to Windows executable (fixes #4304) 3 years ago
lib e43b5ce5e5 Remove github.com/pkg/errors and replace with std library version 2 years ago
librclone e43b5ce5e5 Remove github.com/pkg/errors and replace with std library version 2 years ago
vfs a7a8372976 🧪 fstest: fix time tests on Windows and add convenience methods to check local and remote fs with precision 2 years ago
.gitattributes 53e3c2e263 build: add azure pipelines build 4 years ago
.gitignore 690a7ac783 chunker: fix md5all test for no-meta test remotes 2 years ago
.golangci.yml 7b66ca132d build: increase timeout for golangci-lint to 10 minutes 2 years ago
CONTRIBUTING.md e43b5ce5e5 Remove github.com/pkg/errors and replace with std library version 2 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 c08d48a50d docs: improve grammar and fix typos (#5361) 2 years ago
MANUAL.html 169990e270 Version v1.57.0 2 years ago
MANUAL.md 169990e270 Version v1.57.0 2 years ago
MANUAL.txt 169990e270 Version v1.57.0 2 years ago
Makefile 71b8e1e80b build: more docs on upgrading dependencies 2 years ago
README.md b16f603c51 s3: Add RackCorp object storage to providers 2 years ago
RELEASE.md 71b8e1e80b build: more docs on upgrading dependencies 2 years ago
VERSION 5c646dff9a Start v1.58.0-DEV development 2 years ago
go.mod c217145cae crypt: add base64 and base32768 filename encoding options #5801 2 years ago
go.sum c217145cae crypt: add base64 and base32768 filename encoding options #5801 2 years ago
notes.txt 3e1cb8302a docs: spelling: etc. 3 years ago
rclone.1 169990e270 Version v1.57.0 2 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 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).