1
0
mirror of https://github.com/rclone/rclone.git synced 2025-01-13 20:38:12 +02:00
"rsync for cloud storage" - Google Drive, S3, Dropbox, Backblaze B2, One Drive, Swift, Hubic, Wasabi, Google Cloud Storage, Yandex Files
Go to file
2020-10-15 12:57:48 +01:00
.github build: build with go1.15.x by default now that it is released 2020-08-12 09:51:22 +01:00
backend drive: Added flag --drive-stop-on-download-limit to stop transfers when the download limit is exceeded 2020-10-14 15:51:01 +01:00
bin Spelling fixes 2020-10-14 15:21:31 +01:00
cmd dedupe: minor clarification in docs 2020-10-14 15:31:47 +01:00
contrib/docker
docs Add Dan Hipschman to contributors 2020-10-15 12:57:48 +01:00
fs Spelling fixes 2020-10-14 15:21:31 +01:00
fstest Spelling fixes 2020-10-14 15:21:31 +01:00
graphics
lib Spelling fixes 2020-10-14 15:21:31 +01:00
vfs Spelling fixes 2020-10-14 15:21:31 +01:00
.gitattributes
.gitignore lib: Add file name compression 2020-08-13 16:14:11 +01:00
.golangci.yml
CONTRIBUTING.md Spelling fixes 2020-10-14 15:21:31 +01:00
COPYING
Dockerfile build: fix custom timezone in Docker image 2020-06-17 10:43:03 +01:00
go.mod enhance systemd integration 2020-10-06 16:21:30 +01:00
go.sum enhance systemd integration 2020-10-06 16:21:30 +01:00
MAINTAINERS.md
Makefile build: update build for stable branch 2020-09-03 11:30:23 +01:00
MANUAL.html Version v1.53.0 2020-09-02 17:00:18 +01:00
MANUAL.md Version v1.53.0 2020-09-02 17:00:18 +01:00
MANUAL.txt Version v1.53.0 2020-09-02 17:00:18 +01:00
notes.txt Spelling fixes 2020-10-14 15:21:31 +01:00
rclone.1 Version v1.53.0 2020-09-02 17:00:18 +01:00
rclone.go
README.md docs: add Tencent COS to s3 provider list - fixes #4468 2020-09-08 16:34:25 +01:00
RELEASE.md Changelog updates from Version v1.53.1 2020-09-13 10:27:24 +01:00
VERSION Start v1.54.0-DEV development 2020-09-02 17:52:58 +01:00

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