"rsync for cloud storage" - Google Drive, S3, Dropbox, Backblaze B2, One Drive, Swift, Hubic, Wasabi, Google Cloud Storage, Azure Blob, Azure Files, Yandex Files
Go to file
2018-11-08 12:58:41 +00:00
.circleci
.github
backend s3: fix role_arn, credential_source, ... 2018-11-08 12:58:23 +00:00
bin enable softfloat on MIPS arch 2018-11-07 14:26:48 +00:00
cmd config: add rc operations for config 2018-11-05 15:44:40 +00:00
docs Add Erik Swanson to contributors 2018-11-08 12:58:41 +00:00
fs fserrors: add "server closed idle connection" to retriable errors 2018-11-08 11:12:25 +00:00
fstest fstest/mockfs: create mock fs.Fs for testing 2018-11-02 17:32:20 +00:00
graphics
lib
vendor
vfs rc: implement options/blocks,get,set and register options 2018-11-03 11:32:00 +00:00
.appveyor.yml
.gitignore
.gometalinter.json
.pkgr.yml
.travis.yml Require go1.8 for compilation 2018-10-25 17:06:33 +01:00
CONTRIBUTING.md
COPYING
go.mod
go.sum
MAINTAINERS.md
Makefile
MANUAL.html
MANUAL.md
MANUAL.txt
notes.txt
rclone.1
rclone.go
README.md Added some more links for easier finding 2018-11-02 16:56:20 +00:00
RELEASE.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).