From 2c12ca64d451d79252982fcf96b09dff1d55b55e Mon Sep 17 00:00:00 2001
From: Nick Craig-Wood Apr 08, 2026 Apr 19, 2026 rclone - manage files on cloud storage The regex command generally accepts Perl-style regular expressions,
@@ -19605,6 +19605,7 @@ the remote
This command does not have a command line equivalent so use this
instead: Authentication is required for this call. Produces a hash file for all the objects in the path using the hash
@@ -19913,6 +19914,7 @@ rclone rc options/set --json '{"main": {"LogLevel": 8}}&
And this sets NOTICE level logs (normal without -v) Authentication is required for this call. Used for adding a plugin to the webgui.rclone(1) User Manual
-NAME
rclone convmv "stories/The Quick Brown Fox!.txt" --name-transform "all,command=echo"
// Output: stories/The Quick Brown Fox!.txt
+// Output: stories/The Quick Brown Fox!-20260419
rclone convmv "stories/The Quick Brown Fox!" --name-transform "date=-{YYYYMMDD}"
-// Output: stories/The Quick Brown Fox!-20260408
+// Output: stories/The Quick Brown Fox!-2026-04-19 1137AM
rclone convmv "stories/The Quick Brown Fox!" --name-transform "date=-{macfriendlytime}"
-// Output: stories/The Quick Brown Fox!-2026-04-08 1211PMrclone convmv "stories/The Quick Brown Fox!.txt" --name-transform "all,regex=[\\.\\w]/ab"
// Output: ababababababab/ababab ababababab ababababab ababab!abababab
+rclone rc --loopback operations/fsinfo fs=remote:operations/hashsum: Produces a hashsum file
for all the objects in the path.
rclone rc options/set --json '{"main": {"LogLevel": "INFO"}}'
+rclone rc options/set --json '{"main": {"LogLevel": "NOTICE"}}'pluginsctl/addPlugin: Add a plugin using
url
Flags helpful for increasing performance.
--buffer-size SizeSuffix In memory buffer size when reading files for each --transfer (default 16Mi)
@@ -24236,7 +24238,12 @@ investigation:
TestBisyncRemoteRemote/normalization
-Updated: 2026-04-07-010015
+ TestSeafileV6 (seafile)
+
+Updated: 2026-04-19-010011
The following backends either have not been tested recently or have
@@ -35191,6 +35198,15 @@ Name Type
==== ====
cos s3
+When using the Global Acceleration Endpoint
+(cos.accelerate.myqcloud.com), rclone automatically sets
+no_check_bucket = true because this acceleration endpoint
+does not support the CreateBucket call which is used for
+ensuring a bucket's existence by rclone. Global Acceleration is a
+per-bucket feature, so you should first create the bucket in one
+physical region, then enable it in the Tencent Cloud console.
Wasabi is a cloud-based object storage service for a broad range of applications and use cases. Wasabi @@ -62746,6 +62762,46 @@ the output.