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

buengese 88141928f2 docs/zoho: update options 1 nedēļu atpakaļ
.github 3d0ee47aa2 build: fix docker release build - fixes #8062 1 nedēļu atpakaļ
backend a2a0388036 zoho: make upload cutoff configurable 4 dienas atpakaļ
bin 49f69196c2 Version v1.68.0 1 nedēļu atpakaļ
cmd ad122c6f6f serve docker: add missing vfs-read-chunk-streams option in docker volume driver 1 nedēļu atpakaļ
cmdtest 874d66658e fs: fix setting stringArray config values from environment variables 1 nedēļu atpakaļ
contrib ed8fea4aa5 docker volume plugin: add missing fuse3 dependency #6844 1 gadu atpakaļ
docs 88141928f2 docs/zoho: update options 4 dienas atpakaļ
fs 874d66658e fs: fix setting stringArray config values from environment variables 1 nedēļu atpakaļ
fstest e0da406ca7 test_all: mark linkbox fs/sync test TestSyncOverlapWithFilter as ignore 1 nedēļu atpakaļ
graphics b6013a5e68 Version v1.66.0 6 mēneši atpakaļ
lib e3b09211b8 lib/sd-activation: wrap coreos/go-systemd 2 nedēļas atpakaļ
librclone 3bf8c877c3 docs/librclone: the newer and recommended ucrt64 subsystem of msys2 can now be used for building on windows 8 mēneši atpakaļ
vfs 16e0245a8e rc: add vfs/queue-set-expiry to adjust expiry of items in the VFS queue 2 nedēļas atpakaļ
.gitattributes 88d96d133b Add go mod and sum to gitattributes for consistent line endings 5 mēneši atpakaļ
.gitignore af9c5fef93 docs: tidy .gitignore for docs 3 mēneši atpakaļ
.golangci.yml 604d6bcb9c build: enable custom linting rules with ruleguard via gocritic 2 nedēļas atpakaļ
CONTRIBUTING.md ae9960a4ed filescom: add Files.com backend 1 mēnesi atpakaļ
COPYING e9ae4f89a4 Initial commit - some small parts working 12 gadi atpakaļ
Dockerfile 578b9df6ea build: fix docker build on arm/v6 8 mēneši atpakaļ
MAINTAINERS.md 182b2a6417 chore: add childish-sambino as filescom maintainer 1 mēnesi atpakaļ
MANUAL.html 49f69196c2 Version v1.68.0 1 nedēļu atpakaļ
MANUAL.md 49f69196c2 Version v1.68.0 1 nedēļu atpakaļ
MANUAL.txt 49f69196c2 Version v1.68.0 1 nedēļu atpakaļ
Makefile 93e8a976ef Version v1.67.0 3 mēneši atpakaļ
README.md 1bb89bc818 docs: add missing sftp providers to README and main docs page - fixes #8038 3 nedēļas atpakaļ
RELEASE.md 3fca7a60a5 docs: correct notes on docker manual build 1 nedēļu atpakaļ
VERSION b155231cdd Start v1.69.0-DEV development 1 nedēļu atpakaļ
go.mod 604d6bcb9c build: enable custom linting rules with ruleguard via gocritic 2 nedēļas atpakaļ
go.sum 604d6bcb9c build: enable custom linting rules with ruleguard via gocritic 2 nedēļas atpakaļ
notes.txt 3e1cb8302a docs: spelling: etc. 3 gadi atpakaļ
rclone.1 49f69196c2 Version v1.68.0 1 nedēļu atpakaļ
rclone.go 44b603d2bd lib: add plugin support 5 gadi atpakaļ

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