Go to file
Nick Craig-Wood b3f55d6bda vendor: Update github.com/Unknwon/goconfig to fix section listing
This fixes listing sections just after creation which means the rclone
config list will have all the keys in now.
2018-03-08 13:18:27 +00:00
.circleci
backend cache: improve efficiency with RangeOption and RangeSeek #1825 2018-03-02 17:10:56 +00:00
bin bin/get-github-release.go: use GITHUB_USER/GITHUB_TOKEN when available 2018-03-07 10:18:09 +00:00
cmd mount, cmount: add --attr-timeout to control attribute caching in kernel 2018-03-04 11:20:22 +00:00
docs build: add .deb and .rpm output for the build 2018-03-06 12:37:44 +00:00
fs fs/walk: fix new golint warning about unused variables in range 2018-03-02 17:01:58 +00:00
fstest fstests: add TestInternal (#2085) 2018-02-25 10:58:06 +01:00
graphics
lib pacer: attempt to fix occasional "beginSleep didn't fire" test failures 2018-02-27 11:06:59 +00:00
vendor vendor: Update github.com/Unknwon/goconfig to fix section listing 2018-03-08 13:18:27 +00:00
vfs vfs: fix applying modtime for an open Write Handle 2018-03-06 21:58:11 +00:00
.appveyor.yml Make a beta release for all branches on the main repo (but not pull requests) 2018-02-20 16:06:39 +00:00
.gitignore
.pkgr.yml
.travis.yml travis: add encrypted GITHUB_USER and GITHUB_TOKEN for using the API 2018-03-07 10:18:10 +00:00
CONTRIBUTING.md vendor: github.com/abbot/go-http-auth for #1802 2018-02-16 18:28:09 +00:00
COPYING
Gopkg.lock vendor: Update github.com/Unknwon/goconfig to fix section listing 2018-03-08 13:18:27 +00:00
Gopkg.toml added dependency github.com/sevlyar/go-daemon 2018-03-04 14:06:07 +03:00
ISSUE_TEMPLATE.md Make titles smaller in issue template 2018-02-28 22:05:49 +00:00
MAINTAINERS.md Update MAINTAINERS with our new maintainer Fabian Möller @B4dM4n 2018-01-29 16:35:35 +00:00
MANUAL.html
MANUAL.md
MANUAL.txt
Makefile Sign the tags as part of the release process #1449 2018-03-07 15:18:13 +00:00
README.md
RELEASE.md
notes.txt
rclone.1
rclone.go Move all backends into backend directory 2018-01-12 17:07:38 +00:00

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