Version v1.64.2

This commit is contained in:
Nick Craig-Wood 2023-10-19 10:09:04 +01:00
parent 4325a7c362
commit 0b2e17b396
7 changed files with 56 additions and 10 deletions

13
MANUAL.html generated
View File

@ -81,7 +81,7 @@
<header id="title-block-header"> <header id="title-block-header">
<h1 class="title">rclone(1) User Manual</h1> <h1 class="title">rclone(1) User Manual</h1>
<p class="author">Nick Craig-Wood</p> <p class="author">Nick Craig-Wood</p>
<p class="date">Oct 17, 2023</p> <p class="date">Oct 19, 2023</p>
</header> </header>
<h1 id="rclone-syncs-your-files-to-cloud-storage">Rclone syncs your files to cloud storage</h1> <h1 id="rclone-syncs-your-files-to-cloud-storage">Rclone syncs your files to cloud storage</h1>
<p><img width="50%" src="https://rclone.org/img/logo_on_light__horizontal_color.svg" alt="rclone logo" style="float:right; padding: 5px;" ></p> <p><img width="50%" src="https://rclone.org/img/logo_on_light__horizontal_color.svg" alt="rclone logo" style="float:right; padding: 5px;" ></p>
@ -10056,7 +10056,7 @@ Showing nodes accounting for 1537.03kB, 100% of 1537.03kB total
--tpslimit float Limit HTTP transactions per second to this --tpslimit float Limit HTTP transactions per second to this
--tpslimit-burst int Max burst of transactions for --tpslimit (default 1) --tpslimit-burst int Max burst of transactions for --tpslimit (default 1)
--use-cookies Enable session cookiejar --use-cookies Enable session cookiejar
--user-agent string Set the user-agent to a specified string (default &quot;rclone/v1.64.1&quot;)</code></pre> --user-agent string Set the user-agent to a specified string (default &quot;rclone/v1.64.2&quot;)</code></pre>
<h2 id="performance">Performance</h2> <h2 id="performance">Performance</h2>
<p>Flags helpful for increasing performance.</p> <p>Flags helpful for increasing performance.</p>
<pre><code> --buffer-size SizeSuffix In memory buffer size when reading files for each --transfer (default 16Mi) <pre><code> --buffer-size SizeSuffix In memory buffer size when reading files for each --transfer (default 16Mi)
@ -34087,6 +34087,15 @@ $ tree /tmp/b
<li>"error": return an error based on option value</li> <li>"error": return an error based on option value</li>
</ul> </ul>
<h1 id="changelog-1">Changelog</h1> <h1 id="changelog-1">Changelog</h1>
<h2 id="v1.64.2---2023-10-19">v1.64.2 - 2023-10-19</h2>
<p><a href="https://github.com/rclone/rclone/compare/v1.64.1...v1.64.2">See commits</a></p>
<ul>
<li>Bug Fixes
<ul>
<li>selfupdate: Fix "invalid hashsum signature" error (Nick Craig-Wood)</li>
<li>build: Fix docker build running out of space (Nick Craig-Wood)</li>
</ul></li>
</ul>
<h2 id="v1.64.1---2023-10-17">v1.64.1 - 2023-10-17</h2> <h2 id="v1.64.1---2023-10-17">v1.64.1 - 2023-10-17</h2>
<p><a href="https://github.com/rclone/rclone/compare/v1.64.0...v1.64.1">See commits</a></p> <p><a href="https://github.com/rclone/rclone/compare/v1.64.0...v1.64.1">See commits</a></p>
<ul> <ul>

12
MANUAL.md generated
View File

@ -1,6 +1,6 @@
% rclone(1) User Manual % rclone(1) User Manual
% Nick Craig-Wood % Nick Craig-Wood
% Oct 17, 2023 % Oct 19, 2023
# Rclone syncs your files to cloud storage # Rclone syncs your files to cloud storage
@ -16951,7 +16951,7 @@ General networking and HTTP stuff.
--tpslimit float Limit HTTP transactions per second to this --tpslimit float Limit HTTP transactions per second to this
--tpslimit-burst int Max burst of transactions for --tpslimit (default 1) --tpslimit-burst int Max burst of transactions for --tpslimit (default 1)
--use-cookies Enable session cookiejar --use-cookies Enable session cookiejar
--user-agent string Set the user-agent to a specified string (default "rclone/v1.64.1") --user-agent string Set the user-agent to a specified string (default "rclone/v1.64.2")
``` ```
@ -46448,6 +46448,14 @@ Options:
# Changelog # Changelog
## v1.64.2 - 2023-10-19
[See commits](https://github.com/rclone/rclone/compare/v1.64.1...v1.64.2)
* Bug Fixes
* selfupdate: Fix "invalid hashsum signature" error (Nick Craig-Wood)
* build: Fix docker build running out of space (Nick Craig-Wood)
## v1.64.1 - 2023-10-17 ## v1.64.1 - 2023-10-17
[See commits](https://github.com/rclone/rclone/compare/v1.64.0...v1.64.1) [See commits](https://github.com/rclone/rclone/compare/v1.64.0...v1.64.1)

13
MANUAL.txt generated
View File

@ -1,6 +1,6 @@
rclone(1) User Manual rclone(1) User Manual
Nick Craig-Wood Nick Craig-Wood
Oct 17, 2023 Oct 19, 2023
Rclone syncs your files to cloud storage Rclone syncs your files to cloud storage
@ -16285,7 +16285,7 @@ General networking and HTTP stuff.
--tpslimit float Limit HTTP transactions per second to this --tpslimit float Limit HTTP transactions per second to this
--tpslimit-burst int Max burst of transactions for --tpslimit (default 1) --tpslimit-burst int Max burst of transactions for --tpslimit (default 1)
--use-cookies Enable session cookiejar --use-cookies Enable session cookiejar
--user-agent string Set the user-agent to a specified string (default "rclone/v1.64.1") --user-agent string Set the user-agent to a specified string (default "rclone/v1.64.2")
Performance Performance
@ -44059,6 +44059,15 @@ Options:
Changelog Changelog
v1.64.2 - 2023-10-19
See commits
- Bug Fixes
- selfupdate: Fix "invalid hashsum signature" error (Nick
Craig-Wood)
- build: Fix docker build running out of space (Nick Craig-Wood)
v1.64.1 - 2023-10-17 v1.64.1 - 2023-10-17
See commits See commits

View File

@ -5,6 +5,14 @@ description: "Rclone Changelog"
# Changelog # Changelog
## v1.64.2 - 2023-10-19
[See commits](https://github.com/rclone/rclone/compare/v1.64.1...v1.64.2)
* Bug Fixes
* selfupdate: Fix "invalid hashsum signature" error (Nick Craig-Wood)
* build: Fix docker build running out of space (Nick Craig-Wood)
## v1.64.1 - 2023-10-17 ## v1.64.1 - 2023-10-17
[See commits](https://github.com/rclone/rclone/compare/v1.64.0...v1.64.1) [See commits](https://github.com/rclone/rclone/compare/v1.64.0...v1.64.1)

View File

@ -784,7 +784,7 @@ rclone [flags]
--use-json-log Use json log format --use-json-log Use json log format
--use-mmap Use mmap allocator (see docs) --use-mmap Use mmap allocator (see docs)
--use-server-modtime Use server modified time instead of object metadata --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.64.1") --user-agent string Set the user-agent to a specified string (default "rclone/v1.64.2")
-v, --verbose count Print lots more stuff (repeat for more) -v, --verbose count Print lots more stuff (repeat for more)
-V, --version Print the version number -V, --version Print the version number
--webdav-bearer-token string Bearer token instead of user/pass (e.g. a Macaroon) --webdav-bearer-token string Bearer token instead of user/pass (e.g. a Macaroon)

View File

@ -111,7 +111,7 @@ General networking and HTTP stuff.
--tpslimit float Limit HTTP transactions per second to this --tpslimit float Limit HTTP transactions per second to this
--tpslimit-burst int Max burst of transactions for --tpslimit (default 1) --tpslimit-burst int Max burst of transactions for --tpslimit (default 1)
--use-cookies Enable session cookiejar --use-cookies Enable session cookiejar
--user-agent string Set the user-agent to a specified string (default "rclone/v1.64.1") --user-agent string Set the user-agent to a specified string (default "rclone/v1.64.2")
``` ```

16
rclone.1 generated
View File

@ -1,7 +1,7 @@
.\"t .\"t
.\" Automatically generated by Pandoc 2.9.2.1 .\" Automatically generated by Pandoc 2.9.2.1
.\" .\"
.TH "rclone" "1" "Oct 17, 2023" "User Manual" "" .TH "rclone" "1" "Oct 19, 2023" "User Manual" ""
.hy .hy
.SH Rclone syncs your files to cloud storage .SH Rclone syncs your files to cloud storage
.PP .PP
@ -22784,7 +22784,7 @@ General networking and HTTP stuff.
--tpslimit float Limit HTTP transactions per second to this --tpslimit float Limit HTTP transactions per second to this
--tpslimit-burst int Max burst of transactions for --tpslimit (default 1) --tpslimit-burst int Max burst of transactions for --tpslimit (default 1)
--use-cookies Enable session cookiejar --use-cookies Enable session cookiejar
--user-agent string Set the user-agent to a specified string (default \[dq]rclone/v1.64.1\[dq]) --user-agent string Set the user-agent to a specified string (default \[dq]rclone/v1.64.2\[dq])
\f[R] \f[R]
.fi .fi
.SS Performance .SS Performance
@ -55374,6 +55374,18 @@ Options:
.IP \[bu] 2 .IP \[bu] 2
\[dq]error\[dq]: return an error based on option value \[dq]error\[dq]: return an error based on option value
.SH Changelog .SH Changelog
.SS v1.64.2 - 2023-10-19
.PP
See commits (https://github.com/rclone/rclone/compare/v1.64.1...v1.64.2)
.IP \[bu] 2
Bug Fixes
.RS 2
.IP \[bu] 2
selfupdate: Fix \[dq]invalid hashsum signature\[dq] error (Nick
Craig-Wood)
.IP \[bu] 2
build: Fix docker build running out of space (Nick Craig-Wood)
.RE
.SS v1.64.1 - 2023-10-17 .SS v1.64.1 - 2023-10-17
.PP .PP
See commits (https://github.com/rclone/rclone/compare/v1.64.0...v1.64.1) See commits (https://github.com/rclone/rclone/compare/v1.64.0...v1.64.1)