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 acf9078d52 azureblob: add connection string and SAS URL auth - fixes #2118 6 years ago
.circleci b531bf1349 Add android and IOS build to circleci 6 years ago
backend acf9078d52 azureblob: add connection string and SAS URL auth - fixes #2118 5 years ago
bin 53292527bb opendrive: fill out the functionality #1026 6 years ago
cmd 3f0789e2db deletefile: fix typo in docs 5 years ago
docs 56e1e82005 fs: added weekday schedule into --bwlimit - fixes #1822 5 years ago
fs 56e1e82005 fs: added weekday schedule into --bwlimit - fixes #1822 5 years ago
fstest 4009fb67c8 fs: calculate ModifyWindow each time on the fly instead of relying on global state - see #2319, #2328 6 years ago
graphics 1e557f4bd9 New graphics used by forum.rclone.org 7 years ago
lib 04d18d2a07 oauthutil: Use go template for web response 6 years ago
vendor 08021c4636 vendor: update all dependencies 5 years ago
vfs 2a806a8d8b mount: only print "File.rename error" if there actually is an error - see #2130 (#2322) 6 years ago
.appveyor.yml 0ce81f68fe Make a beta release for all branches on the main repo (but not pull requests) 6 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 67023f0040 Require go1.7 for compilation #2154 6 years ago
CONTRIBUTING.md 6427029c4e vendor: update all dependencies 6 years ago
COPYING e9ae4f89a4 Initial commit - some small parts working 11 years ago
Gopkg.lock 08021c4636 vendor: update all dependencies 5 years ago
Gopkg.toml 08021c4636 vendor: update all dependencies 5 years ago
ISSUE_TEMPLATE.md e9fd2250eb Make titles smaller in issue template 6 years ago
MAINTAINERS.md 44cedbd9d9 Update MAINTAINERS with our new maintainer Fabian Möller @B4dM4n 6 years ago
MANUAL.html a9adb43896 Version v1.42 5 years ago
MANUAL.md a9adb43896 Version v1.42 5 years ago
MANUAL.txt a9adb43896 Version v1.42 5 years ago
Makefile 790a8a9aed build: add gometalinter and gometalinter_install Makefile targets 6 years ago
README.md 53292527bb opendrive: fill out the functionality #1026 6 years ago
RELEASE.md 08021c4636 vendor: update all dependencies 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 a9adb43896 Version v1.42 5 years ago
rclone.go b8b620f5c2 Move all backends into backend directory 6 years ago

README.md

Logo

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

Build Status Windows Build Status CircleCI GoDoc

Rclone is a command line program to sync files and directories to and from

  • Amazon Drive
  • Amazon S3 / Dreamhost / Ceph / Minio / Wasabi
  • Backblaze B2
  • Box
  • Dropbox
  • FTP
  • Google Cloud Storage
  • Google Drive
  • HTTP
  • Hubic
  • Mega
  • Microsoft Azure Blob Storage
  • Microsoft OneDrive
  • OpenDrive
  • Openstack Swift / Rackspace cloud files / Memset Memstore / OVH / Oracle Cloud Storage
  • pCloud
  • QingStor
  • SFTP
  • Webdav / Owncloud / Nextcloud
  • Yandex Disk
  • The local filesystem

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 FUSE mount

See the home page for installation, usage, documentation, changelog and configuration walkthroughs.

License

This is free software under the terms of MIT the license (check the COPYING file included in this package).