"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
2019-02-06 21:25:32 +00:00
.circleci build: don't attempt to upload artifacts for pull requests on circleci 2019-01-25 17:27:02 +00:00
.github
backend http: add an example with username and password 2019-02-04 10:30:05 +00:00
bin
cmd
docs box: document how to use rclone with Enterprise SSO 2019-02-05 14:29:13 +00:00
fs walk: make NewDirTree always use ListR #2946 2019-02-04 10:37:27 +00:00
fstest
graphics
lib lib/pool: fix memory leak by freeing buffers on flush 2019-02-06 17:20:54 +00:00
vendor vendor: update github.com/t3rm1n4l/go-mega to add new error codes 2019-02-05 17:22:28 +00:00
vfs
.appveyor.yml
.gitignore
.golangci.yml
.pkgr.yml Updated .pkgr.yml file to use rclone as its own cli. 2017-03-29 17:48:53 +01:00
.travis.yml build: disable go modules for travis build 2019-02-06 21:25:32 +00:00
CONTRIBUTING.md
COPYING
go.mod vendor: update github.com/t3rm1n4l/go-mega to add new error codes 2019-02-05 17:22:28 +00:00
go.sum vendor: update github.com/t3rm1n4l/go-mega to add new error codes 2019-02-05 17:22:28 +00:00
MAINTAINERS.md
Makefile
MANUAL.html
MANUAL.md
MANUAL.txt Version v1.45 2018-11-24 13:44:25 +00:00
notes.txt
rclone.1
rclone.go
README.md
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).