rclone

詳細情報

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

レビュー

レビューはありません。

スクリーンショット

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

更新グラフ

Created with Highcharts 5.0.2Total更新回数24/0624/0724/0824/0924/1024/1124/1225/0125/0225/0325/0425/0500.511.522.5

バージョン履歴

v1.69.2 - 2025-05-01
See commits
Bug fixes
accounting: Fix percentDiff calculation -- (Anagh Kumar Baranwal)
build
Update github.com/golang-jwt/jwt/v4 from 4.5.1 to 4.5.2 to fix CVE-2025-30204 (dependabot[bot])
Update github.com/golang-jwt/jwt/v5 from 5.2.1 to 5.2.2 to fix CVE-2025-30204 (dependabot[bot])
Update golang.org/x/crypto to v0.35.0 to fix CVE-2025-22869 (Nick Craig-Wood)
Update golang.org/x/net from 0.36.0 to 0.38.0 to fix CVE-2025-22870 (dependabot[bot])
Update golang.org/x/net to 0.36.0. to fix CVE-2025-22869 (dependabot[bot])
Stop building with go < go1.23 as security updates forbade it (Nick Craig-Wood)
Fix docker plugin build (Anagh Kumar Baranwal)
cmd: Fix crash if rclone is invoked without any arguments (Janne Hellsten)
config: Read configuration passwords from stdin even when terminated with EOF (Samantha Bowen)
doc fixes (Andrew Kreimer, Danny Garside, eccoisle, Ed Craig-Wood, emyarod, jack, Jugal Kishore, Markus Gerstel, Michael Kebe, Nick Craig-Wood, simonmcnair, simwai, Zachary Vorhies)
fs: Fix corruption of SizeSuffix with "B" suffix in config (eg --min-size) (Nick Craig-Wood)
lib/http: Fix race between Serve() and Shutdown() (Nick Craig-Wood)
object: Fix memory object out of bounds Seek (Nick Craig-Wood)
operations: Fix call fmt.Errorf with wrong err (alingse)
(省略されました)
v1.69.1 - 2025-02-14
See commits
Bug Fixes
lib/oauthutil: Fix redirect URL mismatch errors (Nick Craig-Wood)
bisync: Fix listings missing concurrent modifications (nielash)
serve s3: Fix list objects encoding-type (Nick Craig-Wood)
fs: Fix confusing "didn't find section in config file" error (Nick Craig-Wood)
doc fixes (Christoph Berger, Dimitri Papadopoulos, Matt Ickstadt, Nick Craig-Wood, Tim White, Zachary Vorhies)
build: Added parallel docker builds and caching for go build in the container (Anagh Kumar Baranwal)
VFS
Fix the cache failing to upload symlinks when --links was specified (Nick Craig-Wood)
Fix race detected by race detector (Nick Craig-Wood)
Close the change notify channel on Shutdown (izouxv)
B2
Fix "fatal error: concurrent map writes" (Nick Craig-Wood)
Iclouddrive
Add notes on ADP and Missing PCS cookies (Nick Craig-Wood)
Onedrive
Mark German (de) region as deprecated (Nick Craig-Wood)
(省略されました)
Cloudinary
iCloud Drive
v1.69.0 - 2025-01-12
See commits
New backends
ICloud Drive (lostb1t)
Cloudinary (yuval-cloudinary)
New S3 providers:
Outscale (Matthias Gatto)
Selectel (Nick Craig-Wood)
Security fixes
serve sftp: Resolve CVE-2024-45337 - Misuse of ServerConfig.PublicKeyCallback may cause authorization bypass (dependabot)
Rclone was not vulnerable to this.
See https://github.com/advisories/GHSA-v778-237x-gjrc
build: Update golang.org/x/net to v0.33.0 to fix CVE-2024-45338 - Non-linear parsing of case-insensitive content (Nick Craig-Wood)
Rclone was not vulnerable to this.
See https://github.com/advisories/GHSA-w32m-9786-jp63
New Features
accounting: Write the current bwlimit to the log on SIGUSR2 (Nick Craig-Wood)
(省略されました)
v1.68.2 - 2024-11-15
See commits
Security fixes
local backend: CVE-2024-52522: fix permission and ownership on symlinks with --links and --metadata (Nick Craig-Wood)
Only affects users using --metadata and --links and copying files to the local backend
See https://github.com/rclone/rclone/security/advisories/GHSA-hrxh-9w67-g4cv
build: bump github.com/golang-jwt/jwt/v4 from 4.5.0 to 4.5.1 (dependabot)
This is an issue in a dependency which is used for JWT certificates
See https://github.com/golang-jwt/jwt/security/advisories/GHSA-29wx-vh33-7x7r
Bug Fixes
accounting: Fix wrong message on SIGUSR2 to enable/disable bwlimit (Nick Craig-Wood)
bisync: Fix output capture restoring the wrong output for logrus (Dimitrios Slamaris)
dlna: Fix loggingResponseWriter disregarding log level (Simon Bos)
serve s3: Fix excess locking which was making serve s3 single threaded (Nick Craig-Wood)
doc fixes (Nick Craig-Wood, tgfisher, Alexandre Hamez, Randy Bush)
Local
Fix permission and ownership on symlinks with --links and --metadata (Nick Craig-Wood)
Fix --copy-links on macOS when cloning (nielash)
Onedrive
(省略されました)
v1.68.1 - 2024-09-24
See commits
Bug Fixes
build: Fix docker release build (ttionya)
doc fixes (Nick Craig-Wood, Pawel Palucha)
fs
Fix --dump filters not always appearing (Nick Craig-Wood)
Fix setting stringArray config values from environment variables (Nick Craig-Wood)
rc: Fix default value of --metrics-addr (Nick Craig-Wood)
serve docker: Add missing vfs-read-chunk-streams option in docker volume driver (Divyam)
Onedrive
Fix spurious "Couldn't decode error response: EOF" DEBUG (Nick Craig-Wood)
Pikpak
Fix login issue where token retrieval fails (wiserain)
S3
Fix rclone ignoring static credentials when env_auth=true (Nick Craig-Wood)
v1.68.1 - 2024-09-24
last updated 2024-09-24
Files.com
Gofile
Pixeldrain
v1.68.0 - 2024-09-08
See commits
New backends
Files.com (Sam Harrison)
Gofile (Nick Craig-Wood)
Pixeldrain (Fornax)
Changed backends
S3 backend updated to use AWS SDKv2 as v1 is now unsupported.
The matrix of providers and auth methods is huge and there could be problems with obscure combinations.
Please report problems in a new issue on Github.
New commands
config encryption: set, remove and check to manage config file encryption (Nick Craig-Wood)
New Features
build
Update to go1.23 and make go1.21 the minimum required version (Nick Craig-Wood)
Update all dependencies (Nick Craig-Wood)
(省略されました)
rclone gitannex
Uloz.to
v1.67.0 - 2024-06-14
See commits
New backends
uloz.to (iotmaestro)
New S3 providers
Magalu Object Storage (Bruno Fernandes)
New commands
gitannex: Enables git-annex to store and retrieve content from an rclone remote (Dan McArdle)
New Features
accounting: Add deleted files total size to status summary line (Kyle Reynolds)
build
Fix CVE-2023-45288 by upgrading golang.org/x/net (Nick Craig-Wood)
Fix CVE-2024-35255 by upgrading github.com/Azure/azure-sdk-for-go/sdk/azidentity to 1.6.0 (dependabot)
Convert source files with CRLF to LF (albertony)
Update all dependencies (Nick Craig-Wood)
ncdu: Do not quit on Esc to aid usability (Katia Esposito)
rcserver: Set ModTime for dirs and files served by --rc-serve (Nikita Shoshin)
(省略されました)
v1.66.0 - 2024-03-10
See commits
Major features
Rclone will now sync directory modification times if the backend supports it.
This can be disabled with --no-update-dir-modtime
See the overview and look for the D flags in the ModTime column to see which backends support it.
Rclone will now sync directory metadata if the backend supports it when -M/--metadata is in use.
See the overview and look for the D flags in the Metadata column to see which backends support it.
Bisync has received many updates see below for more details or bisync's changelog
Removed backends
amazonclouddrive: Remove Amazon Drive backend code and docs (Nick Craig-Wood)
New Features
backend
Add description field for all backends (Paul Stern)
build
Update to go1.22 and make go1.20 the minimum required version (Nick Craig-Wood)
Fix CVE-2024-24786 by upgrading google.golang.org/protobuf (Nick Craig-Wood)
check: Respect --no-unicode-normalization and --ignore-case-sync for --checkfile (nielash)
cmd: Much improved shell auto completion which reduces the size of the completion file and works faster (Nick Craig-Wood)
(省略されました)
ImageKit
v1.65.2 - 2024-01-24
See commits
Bug Fixes
build: bump github.com/cloudflare/circl from 1.3.6 to 1.3.7 (dependabot)
docs updates (Nick Craig-Wood, kapitainsky, nielash, Tera, Harshit Budhraja)
VFS
Fix stale data when using --vfs-cache-mode full (Nick Craig-Wood)
Azure Blob
IMPORTANT Fix data corruption bug - see #7590 (Nick Craig-Wood)
v1.65.2 - 2024-01-24
last updated 2024-01-24
Served by Caddy.
Hosted at Hetzner Cloud.
rclone nfsmount
v1.65.1 - 2024-01-08
See commits
Bug Fixes
build
Bump golang.org/x/crypto to fix ssh terrapin CVE-2023-48795 (dependabot)
Update to go1.21.5 to fix Windows path problems (Nick Craig-Wood)
Fix docker build on arm/v6 (Nick Craig-Wood)
install.sh: fix harmless error message on install (Nick Craig-Wood)
accounting: fix stats to show server side transfers (Nick Craig-Wood)
doc fixes (albertony, ben-ba, Eli Orzitzer, emyarod, keongalvin, rarspace01)
nfsmount: Compile for all unix oses, add --sudo and fix error/option handling (Nick Craig-Wood)
operations: Fix files moved by rclone move not being counted as transfers (Nick Craig-Wood)
oauthutil: Avoid panic when *token and *ts.token are the same (rkonfj)
serve s3: Fix listing oddities (Nick Craig-Wood)
VFS
Note that --vfs-refresh runs in the background (Nick Craig-Wood)
Azurefiles
Fix storage base url (Oksana)
(省略されました)
Linkbox
Microsoft Azure Files Storage
v1.65.0 - 2023-11-26
See commits
New backends
Azure Files (karan, moongdal, Nick Craig-Wood)
ImageKit (Abhinav Dhiman)
Linkbox (viktor, Nick Craig-Wood)
New commands
serve s3: Let rclone act as an S3 compatible server (Mikubill, Artur Neumann, Saw-jan, Nick Craig-Wood)
nfsmount: mount command to provide mount mechanism on macOS without FUSE (Saleh Dindar)
serve nfs: to serve a remote for use by nfsmount (Saleh Dindar)
New Features
install.sh: Clean up temp files in install script (Jacob Hands)
build
Update all dependencies (Nick Craig-Wood)
Refactor version info and icon resource handling on windows (albertony)
doc updates (albertony, alfish2000, asdffdsazqqq, Dimitri Papadopoulos, Herby Gillot, Joda Stößer, Manoj Ghosh, Nick Craig-Wood)
Implement --metadata-mapper to transform metatadata with a user supplied program (Nick Craig-Wood)
(省略されました)