From 78d0f48b98a27031c3478f1730af9255bed339a6 Mon Sep 17 00:00:00 2001 From: Nick Craig-Wood Date: Thu, 16 Mar 2023 09:42:50 +0000 Subject: [PATCH] Version v1.62.2 --- MANUAL.html | 19 ++++++++++++++++--- MANUAL.md | 16 +++++++++++++--- MANUAL.txt | 17 ++++++++++++++--- docs/content/changelog.md | 10 ++++++++++ docs/content/commands/rclone_size.md | 2 +- docs/content/flags.md | 2 +- rclone.1 | 23 ++++++++++++++++++++--- 7 files changed, 75 insertions(+), 14 deletions(-) diff --git a/MANUAL.html b/MANUAL.html index 59bbad21b..ebc587f9f 100644 --- a/MANUAL.html +++ b/MANUAL.html @@ -19,7 +19,7 @@

rclone(1) User Manual

Nick Craig-Wood

-

Mar 15, 2023

+

Mar 16, 2023

Rclone syncs your files to cloud storage

rclone logo

@@ -785,7 +785,7 @@ rclone --dry-run --min-size 100M delete remote:path

Counts objects in the path and calculates the total size. Prints the result to standard output.

By default the output is in human-readable format, but shows values in both human-readable format as well as the raw numbers (global option --human-readable is not considered). Use option --json to format output as JSON instead.

Recurses by default, use --max-depth 1 to stop the recursion.

-

Some backends do not always provide file sizes, see for example Google Photos and Google Drive. Rclone will then show a notice in the log indicating how many such files were encountered, and count them in as empty files in the output of the size command.

+

Some backends do not always provide file sizes, see for example Google Photos and Google Docs. Rclone will then show a notice in the log indicating how many such files were encountered, and count them in as empty files in the output of the size command.

rclone size remote:path [flags]

Options

  -h, --help   help for size
@@ -8642,7 +8642,7 @@ Showing nodes accounting for 1537.03kB, 100% of 1537.03kB total
       --use-json-log                         Use json log format
       --use-mmap                             Use mmap allocator (see docs)
       --use-server-modtime                   Use server modified time instead of object metadata
-      --user-agent string                    Set the user-agent to a specified string (default "rclone/v1.62.1")
+      --user-agent string                    Set the user-agent to a specified string (default "rclone/v1.62.2")
   -v, --verbose count                        Print lots more stuff (repeat for more)

Backend Flags

These flags are available for every command. They control the backends and may be set in the config file.

@@ -29922,6 +29922,19 @@ $ tree /tmp/b
  • "error": return an error based on option value
  • Changelog

    +

    v1.62.2 - 2023-03-16

    +

    See commits

    +

    v1.62.1 - 2023-03-15

    See commits