diff --git a/MANUAL.html b/MANUAL.html
index 59bbad21b..ebc587f9f 100644
--- a/MANUAL.html
+++ b/MANUAL.html
@@ -19,7 +19,7 @@
Rclone syncs your files to cloud storage

@@ -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
+
+- Bug Fixes
+
+- docker volume plugin: Add missing fuse3 dependency (Nick Craig-Wood)
+- docs: Fix size documentation (asdffdsazqqq)
+
+- FTP
+
+- Fix 426 errors on downloads with vsftpd (Lesmiscore)
+
+
v1.62.1 - 2023-03-15
See commits
diff --git a/MANUAL.md b/MANUAL.md
index 3be301a82..a097a7614 100644
--- a/MANUAL.md
+++ b/MANUAL.md
@@ -1,6 +1,6 @@
% rclone(1) User Manual
% Nick Craig-Wood
-% Mar 15, 2023
+% Mar 16, 2023
# Rclone syncs your files to cloud storage
@@ -1593,7 +1593,7 @@ recursion.
Some backends do not always provide file sizes, see for example
[Google Photos](https://rclone.org/googlephotos/#size) and
-[Google Drive](https://rclone.org/drive/#limitations-of-google-docs).
+[Google Docs](https://rclone.org/drive/#limitations-of-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.
@@ -14940,7 +14940,7 @@ These flags are available for every command.
--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)
```
@@ -42464,6 +42464,16 @@ Options:
# Changelog
+## v1.62.2 - 2023-03-16
+
+[See commits](https://github.com/rclone/rclone/compare/v1.62.1...v1.62.2)
+
+* Bug Fixes
+ * docker volume plugin: Add missing fuse3 dependency (Nick Craig-Wood)
+ * docs: Fix size documentation (asdffdsazqqq)
+* FTP
+ * Fix 426 errors on downloads with vsftpd (Lesmiscore)
+
## v1.62.1 - 2023-03-15
[See commits](https://github.com/rclone/rclone/compare/v1.62.0...v1.62.1)
diff --git a/MANUAL.txt b/MANUAL.txt
index 4056102be..f117e53c3 100644
--- a/MANUAL.txt
+++ b/MANUAL.txt
@@ -1,6 +1,6 @@
rclone(1) User Manual
Nick Craig-Wood
-Mar 15, 2023
+Mar 16, 2023
Rclone syncs your files to cloud storage
@@ -1472,7 +1472,7 @@ 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
+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.
@@ -14483,7 +14483,7 @@ These flags are available for every command.
--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
@@ -41964,6 +41964,17 @@ Options:
Changelog
+v1.62.2 - 2023-03-16
+
+See commits
+
+- Bug Fixes
+ - docker volume plugin: Add missing fuse3 dependency (Nick
+ Craig-Wood)
+ - docs: Fix size documentation (asdffdsazqqq)
+- FTP
+ - Fix 426 errors on downloads with vsftpd (Lesmiscore)
+
v1.62.1 - 2023-03-15
See commits
diff --git a/docs/content/changelog.md b/docs/content/changelog.md
index 7adb6066a..da0b10208 100644
--- a/docs/content/changelog.md
+++ b/docs/content/changelog.md
@@ -5,6 +5,16 @@ description: "Rclone Changelog"
# Changelog
+## v1.62.2 - 2023-03-16
+
+[See commits](https://github.com/rclone/rclone/compare/v1.62.1...v1.62.2)
+
+* Bug Fixes
+ * docker volume plugin: Add missing fuse3 dependency (Nick Craig-Wood)
+ * docs: Fix size documentation (asdffdsazqqq)
+* FTP
+ * Fix 426 errors on downloads with vsftpd (Lesmiscore)
+
## v1.62.1 - 2023-03-15
[See commits](https://github.com/rclone/rclone/compare/v1.62.0...v1.62.1)
diff --git a/docs/content/commands/rclone_size.md b/docs/content/commands/rclone_size.md
index ad58f6f11..2fbbfea5c 100644
--- a/docs/content/commands/rclone_size.md
+++ b/docs/content/commands/rclone_size.md
@@ -26,7 +26,7 @@ recursion.
Some backends do not always provide file sizes, see for example
[Google Photos](/googlephotos/#size) and
-[Google Drive](/drive/#limitations-of-google-docs).
+[Google Docs](/drive/#limitations-of-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.
diff --git a/docs/content/flags.md b/docs/content/flags.md
index 9195110c4..47eac4a29 100644
--- a/docs/content/flags.md
+++ b/docs/content/flags.md
@@ -171,7 +171,7 @@ These flags are available for every command.
--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)
```
diff --git a/rclone.1 b/rclone.1
index bbf11cb1f..b780e84d3 100644
--- a/rclone.1
+++ b/rclone.1
@@ -1,7 +1,7 @@
.\"t
.\" Automatically generated by Pandoc 2.9.2.1
.\"
-.TH "rclone" "1" "Mar 15, 2023" "User Manual" ""
+.TH "rclone" "1" "Mar 16, 2023" "User Manual" ""
.hy
.SH Rclone syncs your files to cloud storage
.PP
@@ -2078,7 +2078,7 @@ Recurses by default, use \f[C]--max-depth 1\f[R] to stop the recursion.
.PP
Some backends do not always provide file sizes, see for example Google
Photos (https://rclone.org/googlephotos/#size) and Google
-Drive (https://rclone.org/drive/#limitations-of-google-docs).
+Docs (https://rclone.org/drive/#limitations-of-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.
@@ -20461,7 +20461,7 @@ These flags are available for every command.
--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 \[dq]rclone/v1.62.1\[dq])
+ --user-agent string Set the user-agent to a specified string (default \[dq]rclone/v1.62.2\[dq])
-v, --verbose count Print lots more stuff (repeat for more)
\f[R]
.fi
@@ -58046,6 +58046,23 @@ Options:
.IP \[bu] 2
\[dq]error\[dq]: return an error based on option value
.SH Changelog
+.SS v1.62.2 - 2023-03-16
+.PP
+See commits (https://github.com/rclone/rclone/compare/v1.62.1...v1.62.2)
+.IP \[bu] 2
+Bug Fixes
+.RS 2
+.IP \[bu] 2
+docker volume plugin: Add missing fuse3 dependency (Nick Craig-Wood)
+.IP \[bu] 2
+docs: Fix size documentation (asdffdsazqqq)
+.RE
+.IP \[bu] 2
+FTP
+.RS 2
+.IP \[bu] 2
+Fix 426 errors on downloads with vsftpd (Lesmiscore)
+.RE
.SS v1.62.1 - 2023-03-15
.PP
See commits (https://github.com/rclone/rclone/compare/v1.62.0...v1.62.1)