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 6811629877 mega: fix unmarshal error on download - FIXME need to upstream this fix 5 years ago
.circleci ba84eecd94 build: don't attempt to upload artifacts for pull requests on circleci 5 years ago
.github 17ab38502d Revamp issue and PR templates and CONTRIBUTING guide 5 years ago
backend 415eeca6cf drive: fix range requests on 0 length files 5 years ago
bin 118a8b949e koofr: implemented a backend for Koofr cloud storage service. 5 years ago
cmd 58d9a3e1b5 filter: reload filter when the options are set via the rc - fixes #3018 5 years ago
docs 2078ad68a5 gcs: Allow bucket policy only buckets - fixes #3014 5 years ago
fs 58d9a3e1b5 filter: reload filter when the options are set via the rc - fixes #3018 5 years ago
fstest 118a8b949e koofr: implemented a backend for Koofr cloud storage service. 5 years ago
graphics 1e557f4bd9 New graphics used by forum.rclone.org 7 years ago
lib f6eb5c6983 lib/pacer: fix test on macOS 5 years ago
vendor 6811629877 mega: fix unmarshal error on download - FIXME need to upstream this fix 5 years ago
vfs 1692c6bd0a vfs: shorten the locking window for vfs/refresh 5 years ago
.appveyor.yml 22ee4151fd build: make CIs available for forks 5 years ago
.gitignore 016abf825e cache: first version 6 years ago
.golangci.yml 42a5bf1d9f golangci: enable lints excluded by default 5 years ago
.pkgr.yml 37e1b20ec1 Updated .pkgr.yml file to use rclone as its own cli. 7 years ago
.travis.yml 63bb6de491 build: update to use go1.12 for the build 5 years ago
CONTRIBUTING.md f365230aea doc: Add more info on testing to CONTRIBUTING 5 years ago
COPYING e9ae4f89a4 Initial commit - some small parts working 11 years ago
MAINTAINERS.md 51ab1c940a Add Sebastian Bünger - @buengese to the MAINTAINERS list 5 years ago
MANUAL.html eb85ecc9c4 Version v1.46 5 years ago
MANUAL.md eb85ecc9c4 Version v1.46 5 years ago
MANUAL.txt eb85ecc9c4 Version v1.46 5 years ago
Makefile 63bb6de491 build: update to use go1.12 for the build 5 years ago
README.md 118a8b949e koofr: implemented a backend for Koofr cloud storage service. 5 years ago
RELEASE.md c514cb752d vendor: update to latest versions of everything 5 years ago
go.mod 1d14e30383 vendor: add github.com/koofr/go-koofrclient 5 years ago
go.sum 1d14e30383 vendor: add github.com/koofr/go-koofrclient 5 years ago
notes.txt ddf39f2d57 Replace test_all.sh with test_all.go which is cross platform and parallel 8 years ago
rclone.1 eb85ecc9c4 Version v1.46 5 years ago
rclone.go ade252f13b build: fixup code formatting after goimports change 5 years ago

README.md

Logo

Website | Documentation | Download | Contributing | Changelog | Installation | Forum | G+

Build Status Windows Build Status CircleCI GoDoc

Rclone

Rclone ("rsync for cloud storage") is a command line program to sync files and directories to and from different cloud storage providers.

Storage providers

Please see the full list of all storage providers and their features

Features

  • MD5/SHA-1 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, e.g. two different cloud accounts
  • Optional encryption (Crypt)
  • Optional cache (Cache)
  • Optional FUSE mount (rclone mount)

Installation & documentation

Please see the rclone website for:

Downloads

License

This is free software under the terms of MIT the license (check the COPYING file included in this package).