Friendly fork of rclone from GitHub (https://github.com/rclone/rclone).
Go to file
Nick Craig-Wood cb5bd47e61 build: fix errors spotted by ineffassign linter
These were mostly caused by shadowing err and a good fraction of them
will have caused errors not to be propagated properly.
2018-05-05 17:32:41 +01:00
.circleci
backend build: fix errors spotted by ineffassign linter 2018-05-05 17:32:41 +01:00
bin build: fix errors spotted by ineffassign linter 2018-05-05 17:32:41 +01:00
cmd build: fix errors spotted by ineffassign linter 2018-05-05 17:32:41 +01:00
docs
fs build: fix errors spotted by ineffassign linter 2018-05-05 17:32:41 +01:00
fstest
graphics New graphics used by forum.rclone.org 2016-10-04 11:31:42 +01:00
lib
vendor
vfs build: fix errors spotted by ineffassign linter 2018-05-05 17:32:41 +01:00
.appveyor.yml
.gitignore
.gometalinter.json build: add gometalinter and gometalinter_install Makefile targets 2018-05-05 17:32:41 +01:00
.pkgr.yml
.travis.yml
CONTRIBUTING.md vendor: update all dependencies 2018-05-05 15:52:24 +01:00
COPYING
Gopkg.lock vendor: update all dependencies 2018-05-05 15:52:24 +01:00
Gopkg.toml
ISSUE_TEMPLATE.md
MAINTAINERS.md
Makefile build: add gometalinter and gometalinter_install Makefile targets 2018-05-05 17:32:41 +01:00
MANUAL.html
MANUAL.md
MANUAL.txt
notes.txt
rclone.1
rclone.go
README.md
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
  • Mega
  • 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).