"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-10-09 16:19:37 +01:00
.circleci
amazonclouddrive
azureblob
b2
bin Implement pcloud remote - #418 2017-10-01 11:37:35 +01:00
box rest: factor URLJoin and URLEscape from http remote 2017-10-09 16:19:37 +01:00
cmd Implement pcloud remote - #418 2017-10-01 11:37:35 +01:00
crypt crypt: fix PutStream 2017-09-28 08:56:40 +01:00
dircache
docs Implement pcloud remote - #418 2017-10-01 11:37:35 +01:00
drive drive, yandex: add missing CleanUpper interface check 2017-09-30 16:34:46 +01:00
dropbox dropbox: fix error when renaming directories - fixes #1708 2017-10-02 11:21:16 +01:00
fs fs: fix duplicate files causing spurious copies 2017-10-02 16:52:53 +01:00
fstest Implement pcloud remote - #418 2017-10-01 11:37:35 +01:00
ftp
googlecloudstorage googlecloudstorage: support streaming uploads (see #1614) (closes #1684) 2017-09-16 22:46:02 +02:00
graphics
http rest: factor URLJoin and URLEscape from http remote 2017-10-09 16:19:37 +01:00
hubic
local
oauthutil
onedrive rest: factor URLJoin and URLEscape from http remote 2017-10-09 16:19:37 +01:00
pacer
pcloud pcloud: make compile with go1.6 2017-10-01 16:41:23 +01:00
qingstor
rest rest: add CallXML and DecodeXML functions 2017-10-09 16:19:37 +01:00
s3
sftp
swift
vendor vendor: update all dependencies to latest versions 2017-09-30 15:27:27 +01:00
yandex drive, yandex: add missing CleanUpper interface check 2017-09-30 16:34:46 +01:00
.appveyor.yml
.gitignore
.pkgr.yml
.travis.yml
CONTRIBUTING.md Implement pcloud remote - #418 2017-10-01 11:37:35 +01:00
COPYING
Gopkg.lock vendor: update all dependencies to latest versions 2017-09-30 15:27:27 +01:00
Gopkg.toml
ISSUE_TEMPLATE.md
MAINTAINERS.md
Makefile Makefile: clean some more files 2017-09-30 16:02:00 +01:00
MANUAL.html Version v1.38 2017-09-30 14:20:43 +01:00
MANUAL.md Version v1.38 2017-09-30 14:20:43 +01:00
MANUAL.txt Version v1.38 2017-09-30 14:20:43 +01:00
notes.txt
rclone.1 Version v1.38 2017-09-30 14:20:43 +01:00
rclone.go
README.md Implement pcloud remote - #418 2017-10-01 11:37:35 +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
  • 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).