1
0
mirror of https://github.com/rclone/rclone.git synced 2026-02-28 02:13:30 +00:00

Version v1.73.1

This commit is contained in:
Nick Craig-Wood
2026-02-17 16:55:43 +00:00
parent 615a6f57bb
commit c7dab94e94
13 changed files with 1727 additions and 1331 deletions

View File

@@ -218,12 +218,12 @@ rclone convmv "stories/The Quick Brown Fox!.txt" --name-transform "all,command=e
```console
rclone convmv "stories/The Quick Brown Fox!" --name-transform "date=-{YYYYMMDD}"
// Output: stories/The Quick Brown Fox!-20260130
// Output: stories/The Quick Brown Fox!-20260217
```
```console
rclone convmv "stories/The Quick Brown Fox!" --name-transform "date=-{macfriendlytime}"
// Output: stories/The Quick Brown Fox!-2026-01-30 0852PM
// Output: stories/The Quick Brown Fox!-2026-02-17 0454PM
```
```console