diff --git a/MANUAL.html b/MANUAL.html index 76b71a9b4..f3fd41ab7 100644 --- a/MANUAL.html +++ b/MANUAL.html @@ -17,7 +17,7 @@

rclone(1) User Manual

Nick Craig-Wood

-

Aug 26, 2019

+

Aug 28, 2019

Rclone - rsync for cloud storage

Rclone is a command line program to sync files and directories to and from:

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

@@ -12288,6 +12288,23 @@ $ tree /tmp/b

Changelog

+

v1.49.1 - 2019-08-28

+

Point release to fix config bug and google photos backend.

+

v1.49.0 - 2019-08-26