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 a5863650af fs: Remove the charset from the Mimetype -FIXME EXPERIMENT 5 years ago
.circleci b531bf1349 Add android and IOS build to circleci 6 years ago
.github 17ab38502d Revamp issue and PR templates and CONTRIBUTING guide 5 years ago
backend 733b072d4f azureblob: ignore directory markers in inital Fs creation too - fixes #2806 5 years ago
bin 31e2ce03c3 fstests: re-arrange backend integration tests so they can be retried 5 years ago
cmd 95e52e1ac3 cmd: improve error reporting for too many/few arguments - fixes #2860 5 years ago
docs 60e6af2605 Add andrea rota to contributors 5 years ago
fs a5863650af fs: Remove the charset from the Mimetype -FIXME EXPERIMENT 5 years ago
fstest 3220acc729 fstests: fix TestFsName fails when using remote:with/path 5 years ago
graphics 1e557f4bd9 New graphics used by forum.rclone.org 7 years ago
lib 2d01a65e36 oauthutil: read a fresh token config file before using the refresh token. 5 years ago
vendor 039e2a9649 vendor: pull in github.com/ncw/swift latest to fix reauth on big files 5 years ago
vfs 1f6a1cd26d vfs: add test_vfs code for hunting for deadlocks 5 years ago
.appveyor.yml 22ee4151fd build: make CIs available for forks 5 years ago
.gitignore 016abf825e cache: first version 6 years ago
.gometalinter.json 790a8a9aed build: add gometalinter and gometalinter_install Makefile targets 6 years ago
.pkgr.yml 37e1b20ec1 Updated .pkgr.yml file to use rclone as its own cli. 7 years ago
.travis.yml 543e37f662 Require go1.8 for compilation 5 years ago
CONTRIBUTING.md f97c4c8d9d fstest/test_all: rework integration tests to improve output 5 years ago
COPYING e9ae4f89a4 Initial commit - some small parts working 11 years ago
MAINTAINERS.md 51ab1c940a Add Sebastian Bünger - @buengese to the MAINTAINERS list 5 years ago
MANUAL.html d35bd15762 Version v1.45 5 years ago
MANUAL.md d35bd15762 Version v1.45 5 years ago
MANUAL.txt d35bd15762 Version v1.45 5 years ago
Makefile 1b78f4d1ea Changed the docs scripts to use $HOME & $USER instead of specific values 5 years ago
README.md f2a1b991de readme: fix copying link 5 years ago
RELEASE.md c514cb752d vendor: update to latest versions of everything 5 years ago
go.mod 039e2a9649 vendor: pull in github.com/ncw/swift latest to fix reauth on big files 5 years ago
go.sum 039e2a9649 vendor: pull in github.com/ncw/swift latest to fix reauth on big files 5 years ago
notes.txt ddf39f2d57 Replace test_all.sh with test_all.go which is cross platform and parallel 8 years ago
rclone.1 d35bd15762 Version v1.45 5 years ago
rclone.go ade252f13b build: fixup code formatting after goimports change 5 years ago

README.md

Logo

Website | Documentation | Download | Contributing | Changelog | Installation | Forum | G+

Build Status Windows Build Status CircleCI GoDoc

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/SHA1 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, eg two different cloud accounts
  • Optional encryption (Crypt)
  • Optional cache (Cache)
  • Optional FUSE mount (rclone mount)

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).