From 4dfcf6899dbf5234cf65ff01b6c7df5362d2f841 Mon Sep 17 00:00:00 2001 From: Nick Craig-Wood Date: Fri, 1 Oct 2021 18:07:47 +0100 Subject: [PATCH] Version v1.56.2 --- MANUAL.html | 17 +++++++++++++++-- MANUAL.md | 14 ++++++++++++-- MANUAL.txt | 17 +++++++++++++++-- docs/content/changelog.md | 10 ++++++++++ docs/content/flags.md | 2 +- go.sum | 1 - rclone.1 | 22 ++++++++++++++++++++-- 7 files changed, 73 insertions(+), 10 deletions(-) diff --git a/MANUAL.html b/MANUAL.html index 0e7f9c0bd..63e50f282 100644 --- a/MANUAL.html +++ b/MANUAL.html @@ -17,7 +17,7 @@

rclone(1) User Manual

Nick Craig-Wood

-

Sep 19, 2021

+

Oct 01, 2021

Rclone syncs your files to cloud storage

rclone logo

@@ -7243,7 +7243,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. The default is rclone/ version (default "rclone/v1.56.1") + --user-agent string Set the user-agent to a specified string. The default is rclone/ version (default "rclone/v1.56.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.

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

    +

    v1.56.2 - 2021-10-01

    +

    See commits

    +

    v1.56.1 - 2021-09-19

    See commits