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

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