Rclone syncs your files to cloud storage: Google Drive, S3, Dropbox, Backblaze B2, One Drive, Swift, Hubic, Wasabi, Google Cloud Storage, Yandex Files.

nielash 30517698aa bisync: make session path even shorter on tests пре 2 месеци
.github 05e5712bc4 .github/workflows: Upgrade deprecated macos-11 to macos-latest пре 2 месеци
backend 50aa677934 chore: fix function names in comment пре 2 месеци
bin 522ab1de6d docs: remove email from authors пре 2 месеци
cmd 30517698aa bisync: make session path even shorter on tests пре 2 месеци
cmdtest 722a3f32cc cmdtest: fix typos found by codespell пре 1 година
contrib ed8fea4aa5 docker volume plugin: add missing fuse3 dependency #6844 пре 1 година
docs 807a7dabaa docs: fix heading anchor пре 2 месеци
fs 47cbddbd27 fs rc: fixes incorrect Content-Type in HTTP API - fixes #7726 пре 2 месеци
fstest 8dc4c01209 build: make integration tests run better on macOS and Windows пре 2 месеци
graphics b6013a5e68 Version v1.66.0 пре 3 месеци
lib e739ee2c27 docs: ensure empty line between text and a following heading пре 2 месеци
librclone 3bf8c877c3 docs/librclone: the newer and recommended ucrt64 subsystem of msys2 can now be used for building on windows пре 5 месеци
vfs e739ee2c27 docs: ensure empty line between text and a following heading пре 2 месеци
.gitattributes 88d96d133b Add go mod and sum to gitattributes for consistent line endings пре 2 месеци
.gitignore 92368f6d2b rcserver: set `ModTime` for dirs and files served by `--rc-serve` пре 2 месеци
.golangci.yml feaa20d885 build: re-enable revive linters пре 9 месеци
CONTRIBUTING.md 8341de05c6 Refresh CONTRIBUTING.md пре 6 месеци
COPYING e9ae4f89a4 Initial commit - some small parts working пре 11 година
Dockerfile 578b9df6ea build: fix docker build on arm/v6 пре 5 месеци
MAINTAINERS.md ddc7059a73 Add @nielash as bisync maintainer пре 9 месеци
MANUAL.html b6013a5e68 Version v1.66.0 пре 3 месеци
MANUAL.md b6013a5e68 Version v1.66.0 пре 3 месеци
MANUAL.txt b6013a5e68 Version v1.66.0 пре 3 месеци
Makefile 42cac4cf53 build: use API when fetching golangci-lint as it is more reliable пре 5 месеци
README.md e71c95a554 docs: update warp sponsorship пре 2 месеци
RELEASE.md 578b9df6ea build: fix docker build on arm/v6 пре 5 месеци
VERSION b7783f75a4 Start v1.67.0-DEV development пре 3 месеци
go.mod c87097109b serve s3: adjust to move of Mikubill/gofakes3 to rclone/gofakes3 пре 2 месеци
go.sum c87097109b serve s3: adjust to move of Mikubill/gofakes3 to rclone/gofakes3 пре 2 месеци
notes.txt 3e1cb8302a docs: spelling: etc. пре 3 година
rclone.1 b6013a5e68 Version v1.66.0 пре 3 месеци
rclone.go 44b603d2bd lib: add plugin support пре 4 година

README.md


rclone logo 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

Virtual storage providers

These backends adapt or modify other storage providers

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
  • Bisync (two way) to keep two directories in sync bidirectionally
  • 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 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 the MIT license (check the COPYING file included in this package).