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

Anagh Kumar Baranwal f26e41d1c5 fix: mount parsing for linux under the WSL layer which may contain mounts with spaces 10 月之前
.github 0ef0e908ca build: update to go1.21rc3 and make go1.19 the minimum required version 10 月之前
backend 119ccb2b95 s3: add Leviia S3 Object Storage as provider 10 月之前
bin 13e5701f2a build: add new sponsors page to docs 10 月之前
cmd f26e41d1c5 fix: mount parsing for linux under the WSL layer which may contain mounts with spaces 10 月之前
cmdtest 722a3f32cc cmdtest: fix typos found by codespell 1 年之前
contrib ed8fea4aa5 docker volume plugin: add missing fuse3 dependency #6844 1 年之前
docs 8a6bf35481 Add Leviia Object Storage on index.md 10 月之前
fs 378a2d21ee --max-transfer - add new exit code (10) 10 月之前
fstest 0ef0e908ca build: update to go1.21rc3 and make go1.19 the minimum required version 10 月之前
graphics 6a2b7b97d7 build: Add file properties and icon to Windows executable (fixes #4304) 4 年之前
lib 378a2d21ee --max-transfer - add new exit code (10) 10 月之前
librclone 2ad217eedd librclone:Added example on using librclone with golang. 1 年之前
vfs fc798d800c vfs: fix backends being Shutdown too early when startup takes a long time 1 年之前
.gitattributes 53e3c2e263 build: add azure pipelines build 4 年之前
.gitignore 690a7ac783 chunker: fix md5all test for no-meta test remotes 2 年之前
.golangci.yml 0374ea2c79 Use jwt-go (golang-jwt) instead of deprecated jws (x/oauth2/jws) 1 年之前
CONTRIBUTING.md ce3b65e6dc all: fix spelling across the project 1 年之前
COPYING e9ae4f89a4 Initial commit - some small parts working 11 年之前
Dockerfile 864e02409e docker: add missing fuse3 dependency - fixes #6844 1 年之前
MAINTAINERS.md 56bf9b4a10 Add albertony to maintainers 1 年之前
MANUAL.html e90537b2e9 Version v1.63.0 11 月之前
MANUAL.md e90537b2e9 Version v1.63.0 11 月之前
MANUAL.txt e90537b2e9 Version v1.63.0 11 月之前
Makefile 5a84a08b3f build: fix build failure installing nfpm 11 月之前
README.md f7d27f4bf2 Add Object storage to Leviia on README.md 10 月之前
RELEASE.md 53e757aea9 build: update release docs to be more careful with the tag 1 年之前
VERSION 00512e1303 Start v1.64.0-DEV development 11 月之前
go.mod f26e41d1c5 fix: mount parsing for linux under the WSL layer which may contain mounts with spaces 10 月之前
go.sum f26e41d1c5 fix: mount parsing for linux under the WSL layer which may contain mounts with spaces 10 月之前
notes.txt 3e1cb8302a docs: spelling: etc. 3 年之前
rclone.1 e90537b2e9 Version v1.63.0 11 月之前
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
  • 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).