rclone

詳細情報

タイトル rclone
URL https://rclone.org/
バージョン ver 1.73.2
更新日 2026/03/07
追加日 2016/09/03
種別 フリーソフト
説明 クラウドストレージ版のrsync。

レビュー

概要

rcloneは、Go言語で開発されたオープンソースのコマンドラインツールで、クラウドストレージとローカルストレージ間のファイル同期・転送・バックアップを行います。2012年頃にNick Craigによって開発が開始され、「クラウドのrsync」とも呼ばれるほど強力かつ柔軟な機能を備えています。Google Drive、Amazon S3、Dropbox、OneDrive、Box、WebDAV、FTPなど90種類以上のストレージサービスに対応しており、クラウドサービス間の直接転送も可能です。MITライセンスのもと完全無料で提供されています。

主要な特徴・機能

  • 幅広いストレージ対応: Google Drive、Amazon S3、Dropbox、OneDrive、Box、Backblaze B2、WebDAV、SFTP、FTPなど90種類以上のサービスに対応
  • クラウド間転送: ローカル↔クラウドだけでなく、クラウド↔クラウド間の直接ファイル転送が可能
  • 差分同期(sync): rsyncに類似した差分同期機能で、変更されたファイルのみを効率的に転送
  • 暗号化(crypt): クラウド上のファイルをrclone独自の暗号化方式でエンドツーエンド暗号化して保存
  • マウント機能(mount): クラウドストレージをローカルドライブとしてマウントし、通常のファイルシステムとして利用可能
  • 帯域幅制御: 転送速度の上限設定や転送スケジューリングに対応
  • ファイルフィルタリング: ファイル名パターン、サイズ、更新日時によるフィルタリング
  • 並列転送: 複数ファイルの並列転送によるパフォーマンス向上
  • チェックサム検証: ファイルの整合性をチェックサムで検証
  • 設定の暗号化: 接続情報をGPGで暗号化して設定ファイルに保存可能
  • クロスプラットフォーム: Windows、macOS、Linux、BSD等に対応

対象ユーザー

  • クラウドストレージ間のデータ移行・同期を自動化したいシステム管理者
  • 自動バックアップシステムを構築したいエンジニア・開発者
  • 複数のクラウドサービスを横断的に管理したいパワーユーザー
  • データのプライバシーを重視し、クラウドへの暗号化保存を求めるユーザー

ライセンス情報

  • ライセンス: MITライセンス(完全無料・オープンソース)
  • ソースコード: GitHub(https://github.com/rclone/rclone)にて公開
  • 開発言語: Go(Golang)
  • 開発元: Nick Craig-Wood(コミュニティ貢献)
  • 公式サイト: https://rclone.org/

スクリーンショット

スクリーンショットはありません。

更新グラフ

バージョン履歴

v1.73.2 - 2026-03-06
See commits
Bug Fixes
build
Update to go 1.25.8 to fix CVE-2026-27137 CVE-2026-27138 CVE-2026-25679 CVE-2026-27142 (Nick Craig-Wood)
Update github.com/cloudflare/circl to v1.6.3 to fix CVE-2026-1229 (Nick Craig-Wood)
Update to golang.org/x/net v0.51.0 to fix CVE-2026-27141 (Nick Craig-Wood)
docs fixes:
bisync: Add group Sync to the bisync command (Jan-Philipp Reßler)
Note that --use-server-modtime only works on some backends (Nick Craig-Wood)
Document unsupported S3 object keys with double slashes (Adam Kasztenny)
Fix headers hierarchy for mount.md (Dark Dragon)
Fix new drive flag typo in changelog (razorloves)
Archive
Extract: fix extraction with "./" prefix from tar entry paths (Varun Chawla)
Drime
Fix chunk-uploaded files ignoring workspace ID (a1pcm)
Internxt
Fix Entry doesn't belong in directory errors on windows (jzunigax2)
(省略されました)
v1.73.1 - 2026-02-17
See commits
Bug Fixes
accounting: Fix missing server side stats from core/stats rc (Nick Craig-Wood)
build
Fix CVE-2025-68121 by updating go to 1.25.7 or later (Nick Craig-Wood)
Bump github.com/go-chi/chi/v5 from 5.2.3 to 5.2.5 to fix GO-2026-4316 (albertony)
docs: Extend copyurl docs with an example of CSV FILENAMEs starting with a path. (Jack Kelly)
march: Fix runtime: program exceeds 10000-thread limit (Nick Craig-Wood)
pacer
Fix deadlock between pacer token and --max-connections (Nick Craig-Wood)
Re-read the sleep time as it may be stale (Nick Craig-Wood)
Drime
Fix files and directories being created in the default workspace (Nick Craig-Wood)
Filelu
Avoid buffering entire file in memory (kingston125)
Add multipart upload support with configurable cutoff (kingston125)
Filen
Fix 32 bit targets not being able to list directories (Enduriel)
(省略されました)
Support Tiers
Drime
Filen
Internxt
Shade
v1.73.0 - 2026-01-30
See commits
New backends
Shade (jhasse-shade)
Drime (dougal)
Filen (Enduriel)
Internxt (jzunigax2)
New S3 providers
Bizfly Cloud Simple Storage (vupn0712)
New Features
docs: Add Support Tiers to the documentation (Nick Craig-Wood)
rc: Add operations/hashsumfile to sum a single file only (Nick Craig-Wood)
serve webdav: Implement download directory as Zip (Leo)
Bug Fixes
(省略されました)
Amazon S3 Storage Providers
FileLu S5 (S3-Compatible)
Mega S4 (S3-Compatible)
v1.72.1 - 2025-12-10
See commits
Bug Fixes
build: update to go1.25.5 to fix CVE-2025-61729
doc fixes (Duncan Smart, Nick Craig-Wood)
configfile: Fix piped config support (Jonas Tingeborn)
log
Fix PID not included in JSON log output (Tingsong Xu)
Fix backtrace not going to the --log-file (Nick Craig-Wood)
Google Cloud Storage
Improve endpoint parameter docs (Johannes Rothe)
S3
Add missing regions for Selectel provider (Nick Craig-Wood)
v1.72.1 - 2025-12-10
last updated 2025-12-10
rclone archive
Archive
v1.72.0 - 2025-11-21
See commits
New backends
Archive backend to read archives on cloud storage. (Nick Craig-Wood)
New S3 providers
Cubbit Object Storage (Marco Ferretti)
FileLu S5 Object Storage (kingston125)
Hetzner Object Storage (spiffytech)
Intercolo Object Storage (Robin Rolf)
Rabata S3-compatible secure cloud storage (dougal)
Servercore Object Storage (dougal)
SpectraLogic (dougal)
New commands
rclone archive: command to create and read archive files (Fawzib Rojas)
rclone config string: for making connection strings (Nick Craig-Wood)
rclone test speed: Add command to test a specified remotes speed (dougal)
New Features
(省略されました)
Remote Setup
v1.71.2 - 2025-10-20
See commits
Bug Fixes
build
update Go to 1.25.3
Update Docker image Alpine version to fix CVE-2025-9230
bisync: Fix race when CaptureOutput is used concurrently (Nick Craig-Wood)
doc fixes (albertony, dougal, iTrooz, Matt LaPaglia, Nick Craig-Wood)
index: Add missing providers (dougal)
serve http: Fix: logging URL on start (dougal)
Azurefiles
Fix server side copy not waiting for completion (Vikas Bhansali)
B2
Fix 1TB+ uploads (dougal)
Google Cloud Storage
Add region us-east5 (Dulani Woods)
Mega
Fix 402 payment required errors (Nick Craig-Wood)
(省略されました)
v1.71.1 - 2025-09-24
See commits
Bug Fixes
bisync: Fix error handling for renamed conflicts (nielash)
march: Fix deadlock when using --fast-list on syncs (Nick Craig-Wood)
operations: Fix partial name collisions for non --inplace copies (Nick Craig-Wood)
pacer: Fix deadlock with --max-connections (Nick Craig-Wood)
doc fixes (albertony, anon-pradip, Claudius Ellsel, dougal, Jean-Christophe Cura, Nick Craig-Wood, nielash)
Mount
Do not log successful unmount as an error (Tilman Vogel)
VFS
Fix SIGHUP killing serve instead of flushing directory caches (dougal)
Local
Fix rmdir "Access is denied" on windows (nielash)
Box
Fix about after change in API return (Nick Craig-Wood)
Combine
Propagate SlowHash feature (skbeh)
Drive
(省略されました)
Mega S4
v1.71.0 - 2025-08-22
See commits
New S3 providers
Exaba (Nick Craig-Wood)
We've been working with Exaba and they would love early adopters, self-hosters and testers
OVHcloud Object Storage (Florent Vennetier)
Zata ($@M@RTH_)
New Features
Allow global config to be overriden or set on backend creation (Nick Craig-Wood)
bisync: Promoted from beta to stable (nielash)
build
Update to go1.25 and make go1.24 the minimum required version (Nick Craig-Wood)
Update all dependencies (Nick Craig-Wood)
Upgrade golangci-lint to v2 and fix code and config (albertony)
Add markdown linting to workflow and fix all the docs (albertony)
Extend check for edits of autogenerated files to all commits in a pull request (albertony)
Set default shell to bash in build.yml (Ross Smith II)
config
(省略されました)
Files.com
v1.70.3 - 2025-07-09
See commits
Bug Fixes
check: Fix difference report (was reporting error counts) (albertony)
march: Fix deadlock when using --no-traverse (Nick Craig-Wood)
doc fixes (albertony, Nick Craig-Wood)
Azure Blob
Fix server side copy error "requires exactly one scope" (Nick Craig-Wood)
B2
Fix finding objects when using --b2-version-at (Davide Bizzarri)
Linkbox
Fix upload error "user upload file not exist" (Nick Craig-Wood)
Pikpak
Improve error handling for missing links and unrecoverable 500s (wiserain)
WebDAV
Fix setting modtime to that of local object instead of remote (WeidiDeng)
v1.70.3 - 2025-07-09
last updated 2025-07-09
v1.70.2 - 2025-06-27
See commits
Bug Fixes
convmv: Make --dry-run logs less noisy (nielash)
sync: Avoid copying dir metadata to itself (nielash)
build: Bump github.com/go-chi/chi/v5 from 5.2.1 to 5.2.2 to fix GHSA-vrw8-fxc6-2r93 (dependabot[bot])
convmv: Fix moving to unicode-equivalent name (nielash)
log: Fix deadlock when using systemd logging (Nick Craig-Wood)
pacer: Fix nil pointer deref in RetryError (Nick Craig-Wood)
doc fixes (Ali Zein Yousuf, Nick Craig-Wood)
Local
Fix --skip-links on Windows when skipping Junction points (Nick Craig-Wood)
Combine
Fix directory not found errors with ListP interface (Nick Craig-Wood)
Mega
Fix tls handshake failure (necaran)
Pikpak
Fix uploads fail with "aws-chunked encoding is not supported" error (Nick Craig-Wood)
v1.70.2 - 2025-06-27
(省略されました)
v1.70.1 - 2025-06-19
See commits
Bug Fixes
convmv: Fix spurious "error running command echo" on Windows (Nick Craig-Wood)
doc fixes (albertony, Ed Craig-Wood, jinjingroad)
v1.70.1 - 2025-06-19
last updated 2025-06-19