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

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