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

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