Go to file
buengese 64b5105edd jottacloud: implement cleanup 2020-04-11 16:42:25 +02:00
.github
backend jottacloud: implement cleanup 2020-04-11 16:42:25 +02:00
bin doc: fix links in generated documentation 2020-03-01 09:14:37 +00:00
cmd vfs,mount,cmount: report 1PB free for unknown disk sizes 2020-04-11 13:31:10 +01:00
contrib/docker
docs jottacloud: implement --jottacloud-trashed-only 2020-04-11 16:42:25 +02:00
fs filter: Added --files-from-raw flag 2020-04-03 10:36:24 +01:00
fstest test_all: optionally run Cleanup before cleaning a remote 2020-03-31 15:56:58 +01:00
graphics
lib oauth: Use custom http client so that --no-check-certificate is honored by oauth token fetch 2020-03-22 12:28:19 +00:00
vendor vendor: add github.com/aalpar/deheap 2020-03-16 15:50:04 +00:00
vfs vfs,mount,cmount: report 1PB free for unknown disk sizes 2020-04-11 13:31:10 +01:00
.gitattributes
.gitignore
.golangci.yml
CONTRIBUTING.md
COPYING
Dockerfile
MAINTAINERS.md Add @Max-Sum as the union backend maintainer 2020-03-21 18:16:42 +00:00
MANUAL.html
MANUAL.md
MANUAL.txt
Makefile
README.md
RELEASE.md
VERSION
go.mod vendor: add github.com/aalpar/deheap 2020-03-16 15:50:04 +00:00
go.sum vendor: add github.com/aalpar/deheap 2020-03-16 15:50:04 +00:00
notes.txt
rclone.1
rclone.go

README.md

rclone logo

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

Build Status Go Report Card GoDoc Docker Pulls

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 large file chunking (Chunker)
  • Optional encryption (Crypt)
  • Optional cache (Cache)
  • Optional FUSE mount (rclone mount)
  • Multi-threaded downloads to local disk
  • Can serve local or remote files over HTTP/WebDav/FTP/SFTP/dlna

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