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 114631de51 webdav: chunked uploading - WIP DO NOT MERGE преди 3 години
.github f8884a7200 build: fix version numbers in android branch builds преди 3 години
backend 114631de51 webdav: chunked uploading - WIP DO NOT MERGE преди 3 години
bin b9d0ed4f5c make_manual.py: fix missing comma for doc build after uptobox merge преди 3 години
cmd 4a9469a3dc test changenotify: add command to help debugging changenotify преди 3 години
contrib fd4b25932c Contrib: Add sample WebDAV server Docker Compose manifest. преди 4 години
docs f4068d406b Add Jeffrey Tolar to contributors преди 3 години
fs 3544e09e95 config: treat any config file paths with filename notfound as memory-only config (#5235) преди 3 години
fstest 114631de51 webdav: chunked uploading - WIP DO NOT MERGE преди 3 години
graphics 6a2b7b97d7 build: Add file properties and icon to Windows executable (fixes #4304) преди 3 години
lib 386acaa110 oauthutil: fix #5265 old authorize result not recognised преди 3 години
vfs 2a40f00077 vfs: fix a code path which allows dirty data to be removed causing data loss преди 3 години
.gitattributes 53e3c2e263 build: add azure pipelines build преди 4 години
.gitignore 6fa74340a0 cmd: rclone selfupdate (#5080) преди 3 години
.golangci.yml b05da61c82 build: move linter build tags into Makefile to fix golangci-lint преди 5 години
CONTRIBUTING.md 7df57cd625 contributing.md: update setup instructions for go1.16 преди 3 години
COPYING e9ae4f89a4 Initial commit - some small parts working преди 11 години
Dockerfile c0c2505977 build: add an rclone user to the Docker image but don't use it by default преди 3 години
MAINTAINERS.md d5181118cc compress: finish docs преди 3 години
MANUAL.html 6e2e2d9eb2 Version v1.55.0 преди 3 години
MANUAL.md 6e2e2d9eb2 Version v1.55.0 преди 3 години
MANUAL.txt 6e2e2d9eb2 Version v1.55.0 преди 3 години
Makefile 4b4e531846 build: add missing BUILD_FLAGS to compile_only to speed up other_os build преди 3 години
README.md 71edc75ca6 HDFS (Hadoop Distributed File System) implementation - #42 преди 3 години
RELEASE.md 524cd327e6 build: update notes on how to build the release manually with docker преди 3 години
VERSION 6d65d116df Start v1.56.0-DEV development преди 3 години
go.mod 0537791d14 sftp: Fix performance regression by re-enabling concurrent writes #5197 преди 3 години
go.sum 0537791d14 sftp: Fix performance regression by re-enabling concurrent writes #5197 преди 3 години
notes.txt 3e1cb8302a docs: spelling: etc. преди 3 години
rclone.1 6e2e2d9eb2 Version v1.55.0 преди 3 години
rclone.go 44b603d2bd lib: add plugin support преди 4 години

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 transparent compression (Compress)
  • 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).