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 7b89735ae7 onedrive: allow setting permissions to fail if failok flag is set 4 月之前
.github c6c327e4e7 build: update issue label notification machinery 4 月之前
backend 7b89735ae7 onedrive: allow setting permissions to fail if failok flag is set 4 月之前
bin 1fef8e667c build: migrate bucket storage for the project to new provider 5 月之前
cmd f26fc8f07c cmd/gitannex: When tags do not match, run e2e tests anyway 4 月之前
cmdtest 722a3f32cc cmdtest: fix typos found by codespell 1 年之前
contrib ed8fea4aa5 docker volume plugin: add missing fuse3 dependency #6844 1 年之前
docs 91192c2c5e Add Evan McBeth to contributors 4 月之前
fs 488ed28635 fs: fix panic when using --metadata-mapper on large google doc files 4 月之前
fstest cc634213a5 fs: define the optional interface SetMetadata and implement it in wrapping backends 4 月之前
graphics b6013a5e68 Version v1.66.0 6 月之前
lib 6356b51b33 serve http: added content-length header when html directory is served 4 月之前
librclone 3bf8c877c3 docs/librclone: the newer and recommended ucrt64 subsystem of msys2 can now be used for building on windows 8 月之前
vfs 6607102034 chore: fix function name in comment 4 月之前
.gitattributes 88d96d133b Add go mod and sum to gitattributes for consistent line endings 5 月之前
.gitignore 92368f6d2b rcserver: set `ModTime` for dirs and files served by `--rc-serve` 5 月之前
.golangci.yml feaa20d885 build: re-enable revive linters 1 年之前
CONTRIBUTING.md 8341de05c6 Refresh CONTRIBUTING.md 10 月之前
COPYING e9ae4f89a4 Initial commit - some small parts working 12 年之前
Dockerfile 578b9df6ea build: fix docker build on arm/v6 8 月之前
MAINTAINERS.md ddc7059a73 Add @nielash as bisync maintainer 1 年之前
MANUAL.html b6013a5e68 Version v1.66.0 6 月之前
MANUAL.md b6013a5e68 Version v1.66.0 6 月之前
MANUAL.txt b6013a5e68 Version v1.66.0 6 月之前
Makefile 96703bb31e build: Inject rclone version tag when testing 4 月之前
README.md e71c95a554 docs: update warp sponsorship 5 月之前
RELEASE.md 578b9df6ea build: fix docker build on arm/v6 8 月之前
VERSION b7783f75a4 Start v1.67.0-DEV development 6 月之前
go.mod e34e2df600 go.mod: update storj.io/uplink to latest release 4 月之前
go.sum e34e2df600 go.mod: update storj.io/uplink to latest release 4 月之前
notes.txt 3e1cb8302a docs: spelling: etc. 3 年之前
rclone.1 b6013a5e68 Version v1.66.0 6 月之前
rclone.go 44b603d2bd lib: add plugin support 5 年之前

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