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 305183e6c5 archive backend - WIP FIXME 5 ay önce
.github 2f5685b405 build(deps): bump actions/setup-go from 4 to 5 5 ay önce
backend 305183e6c5 archive backend - WIP FIXME 4 ay önce
bin 4751980659 docs: update contributor email 5 ay önce
cmd bb679a9def backend: add description field for all backends 4 ay önce
cmdtest 722a3f32cc cmdtest: fix typos found by codespell 1 yıl önce
contrib ed8fea4aa5 docker volume plugin: add missing fuse3 dependency #6844 1 yıl önce
docs 7aa066cff8 Add Paul Stern to contributors 4 ay önce
fs bb679a9def backend: add description field for all backends 4 ay önce
fstest 208e49ce4b fs: update use of math/rand to modern practice 4 ay önce
graphics 6a2b7b97d7 build: Add file properties and icon to Windows executable (fixes #4304) 3 yıl önce
lib 451d7badf7 oauthutil: avoid panic when `*token` and `*ts.token` are the same 4 ay önce
librclone 65d1e5d47e backend: Split backends which use the vfs into a seperate file 4 ay önce
vfs 208e49ce4b fs: update use of math/rand to modern practice 4 ay önce
.gitattributes 53e3c2e263 build: add azure pipelines build 4 yıl önce
.gitignore 23abac2a59 serve s3: let rclone act as an S3 compatible server 6 ay önce
.golangci.yml feaa20d885 build: re-enable revive linters 8 ay önce
CONTRIBUTING.md 8341de05c6 Refresh CONTRIBUTING.md 6 ay önce
COPYING e9ae4f89a4 Initial commit - some small parts working 11 yıl önce
Dockerfile 578b9df6ea build: fix docker build on arm/v6 4 ay önce
MAINTAINERS.md ddc7059a73 Add @nielash as bisync maintainer 8 ay önce
MANUAL.html 82b963e372 Version v1.65.0 5 ay önce
MANUAL.md 82b963e372 Version v1.65.0 5 ay önce
MANUAL.txt 82b963e372 Version v1.65.0 5 ay önce
Makefile 01be5c75be Makefile: use POSIX compatible install arguments 6 ay önce
README.md a466ababd0 backend: add Linkbox backend 6 ay önce
RELEASE.md 578b9df6ea build: fix docker build on arm/v6 4 ay önce
VERSION 85f142a206 Start v1.66.0-DEV development 5 ay önce
go.mod 305183e6c5 archive backend - WIP FIXME 4 ay önce
go.sum 305183e6c5 archive backend - WIP FIXME 4 ay önce
notes.txt 3e1cb8302a docs: spelling: etc. 3 yıl önce
rclone.1 82b963e372 Version v1.65.0 5 ay önce
rclone.go 65d1e5d47e backend: Split backends which use the vfs into a seperate file 4 ay önce

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