Go to file
albertony 8c19b355a5 docs: fix links to mount command from install docs 2022-07-13 12:33:54 +02:00
.github build: add linux/arm/v6 to docker images - fixes #6192 2022-05-23 18:04:55 +01:00
backend union: fix panic due to misalignment of struct field in 32 bit architectures 2022-07-11 18:34:06 +01:00
bin new backend: hidrive - fixes #1069 2022-07-08 18:24:54 +01:00
cmd staticcheck: ignore unused if platform dependent 2022-07-04 11:24:59 +02:00
cmdtest
contrib
docs docs: fix links to mount command from install docs 2022-07-13 12:33:54 +02:00
fs operations: add --server-side-across-configs global flag for any backend 2022-07-11 18:17:42 +01:00
fstest new backend: hidrive - fixes #1069 2022-07-08 18:24:54 +01:00
graphics
lib pacer: add ZeroDelayCalculator 2022-07-08 18:24:54 +01:00
librclone build: fix go mod tidy removing golang.org/x/mobile dependency 2022-05-01 13:28:20 +01:00
vfs vfs: add --vfs-disk-space-total-size option to manually set the total disk space 2022-07-08 17:26:54 +01:00
.gitattributes
.gitignore
.golangci.yml
CONTRIBUTING.md
COPYING
Dockerfile
MAINTAINERS.md storj: rename tardigrade backend to storj backend #5616 2022-02-11 11:04:15 +00:00
MANUAL.html Version v1.59.0 2022-07-09 18:09:25 +01:00
MANUAL.md Version v1.59.0 2022-07-09 18:09:25 +01:00
MANUAL.txt Version v1.59.0 2022-07-09 18:09:25 +01:00
Makefile Configurable version suffix independent of version number 2022-05-17 12:10:01 +01:00
README.md new backend: hidrive - fixes #1069 2022-07-08 18:24:54 +01:00
RELEASE.md
VERSION Start v1.60.0-DEV development 2022-07-09 20:43:17 +01:00
go.mod go mod tidy: github.com/pkg/xattr should be direct 2022-07-04 11:24:59 +02:00
go.sum selfupdate: replace deprecated x/crypto/openpgp package with ProtonMail/go-crypto 2022-07-04 11:24:59 +02:00
notes.txt
rclone.1 Version v1.59.0 2022-07-09 18:09:25 +01:00
rclone.go

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

  • Alias: rename existing remotes 📄
  • Cache: cache remotes (DEPRECATED) 📄
  • Chunker: split large files 📄
  • Combine: combine multiple remotes into a directory tree 📄
  • Compress: compress files 📄
  • Crypt: encrypt files 📄
  • Hasher: hash files 📄
  • Union: join multiple remotes to work together 📄

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