"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
2017-11-20 12:46:24 +00:00
.circleci Add android and IOS build to circleci 2017-10-11 13:40:02 +01:00
amazonclouddrive
azureblob
b2
bin cache: first version 2017-11-15 15:23:21 +00:00
box rest: factor URLJoin and URLEscape from http remote 2017-10-09 16:19:37 +01:00
cache cache: first version 2017-11-15 15:23:21 +00:00
cmd mounttest: wait for files to disappear from the directory listing 2017-11-20 12:46:24 +00:00
crypt crypt: implement DirChangeNotify 2017-11-19 20:09:52 +00:00
dircache
docs Add Jakub Tasiemski to contributors 2017-11-20 11:16:22 +00:00
drive
dropbox dropbox: adapt to upstream changes #1804 2017-11-15 16:02:29 +00:00
fs vfs,mount,cmount,mountlib: allow flags to be overriden by environment variables 2017-11-20 12:46:21 +00:00
fstest cache: first version 2017-11-15 15:23:21 +00:00
ftp
googlecloudstorage
graphics
http rest: factor URLJoin and URLEscape from http remote 2017-10-09 16:19:37 +01:00
hubic
local local: fix equality check for times 2017-11-05 21:39:49 +00:00
oauthutil oauthutil: make sure auth server always finishes even when things go wrong 2017-11-09 21:34:44 +00:00
onedrive onedrive: Add option to choose resourceURL during setup of OneDrive Business account if more than one is avauilable for user 2017-11-05 21:41:56 +00:00
pacer
pcloud
qingstor
rest rest: Add SetUserPass to create Authorization header 2017-10-09 16:19:37 +01:00
s3
sftp
swift swift: add OS_TENANT_ID to config 2017-11-02 14:49:07 +00:00
vendor vendor: vfs add vendor/github.com/djherbis/times 2017-11-20 12:36:50 +00:00
vfs vfs: remove misleading comment 2017-11-20 12:46:23 +00:00
webdav webdav: fix Copy, Move and DirMove to be more compatible 2017-10-25 22:59:22 +01:00
yandex
.appveyor.yml
.gitignore cache: first version 2017-11-15 15:23:21 +00:00
.pkgr.yml
.travis.yml Update travis builds to go 1.9.2 and go 1.8.5 2017-10-26 22:30:53 +01:00
CONTRIBUTING.md
COPYING
Gopkg.lock vendor: vfs add vendor/github.com/djherbis/times 2017-11-20 12:36:50 +00:00
Gopkg.toml vendor: add github.com/okzk/sdnotify 2017-11-20 11:03:10 +00:00
ISSUE_TEMPLATE.md
MAINTAINERS.md Added Ishuah Kariuki to MAINTAINERS.md 2017-11-09 17:10:32 +03:00
Makefile
MANUAL.html
MANUAL.md
MANUAL.txt
notes.txt
rclone.1
rclone.go
README.md Implement WebDAV remote #580 2017-10-09 16:19:37 +01:00
RELEASE.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
  • Microsoft Azure Blob Storage
  • Microsoft OneDrive
  • 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).