From ab8be2663fca662398983a9372f5ee1c39cb2862 Mon Sep 17 00:00:00 2001 From: Nick Craig-Wood Date: Thu, 17 Nov 2022 13:56:19 +0000 Subject: [PATCH] Version v1.60.1 --- MANUAL.html | 141 ++++++++++- MANUAL.md | 139 +++++++++-- MANUAL.txt | 143 ++++++++++- docs/content/changelog.md | 34 +++ docs/content/commands/rclone_serve_restic.md | 2 +- docs/content/flags.md | 3 +- docs/content/local.md | 4 +- docs/content/mailru.md | 5 + docs/content/s3.md | 53 +++- rclone.1 | 247 +++++++++++++++++-- 10 files changed, 712 insertions(+), 59 deletions(-) diff --git a/MANUAL.html b/MANUAL.html index 4b87ec4b1..b16cb8800 100644 --- a/MANUAL.html +++ b/MANUAL.html @@ -19,7 +19,7 @@

rclone(1) User Manual

Nick Craig-Wood

-

Oct 21, 2022

+

Nov 17, 2022

Rclone syncs your files to cloud storage

rclone logo

@@ -227,9 +227,9 @@ macOS cannot verify that this app is free from malware.

Precompiled binary

Fetch the correct binary for your processor type by clicking on these links. If not sure, use the first link.

Open this file in the Explorer and extract rclone.exe. Rclone is a portable executable so you can place it wherever is convenient.

Open a CMD window (or powershell) and run the binary. Note that rclone does not launch a GUI by default, it runs in the CMD Window.

@@ -8081,13 +8081,13 @@ Showing nodes accounting for 1537.03kB, 100% of 1537.03kB total Oracle Object Storage -Yes +No Yes No No Yes Yes -No +Yes No No No @@ -8471,7 +8471,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.60.0") + --user-agent string Set the user-agent to a specified string (default "rclone/v1.60.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.

@@ -8848,6 +8848,7 @@ Showing nodes accounting for 1537.03kB, 100% of 1537.03kB total --s3-max-upload-parts int Maximum number of parts in a multipart upload (default 10000) --s3-memory-pool-flush-time Duration How often internal memory buffer pools will be flushed (default 1m0s) --s3-memory-pool-use-mmap Whether to use mmap buffers in internal memory pool + --s3-might-gzip Tristate Set this if the backend might gzip objects (default unset) --s3-no-check-bucket If set, don't attempt to check the bucket exists or create it --s3-no-head If set, don't HEAD uploaded objects to check integrity --s3-no-head-object If set, do not do HEAD before GET when getting objects @@ -12315,15 +12316,39 @@ $ rclone -q --s3-versions ls s3:cleanup-test
  • "s3.wasabisys.com"
  • +
  • "s3.us-east-2.wasabisys.com" +
  • +
  • "s3.us-central-1.wasabisys.com" +
  • "s3.us-west-1.wasabisys.com"
  • +
  • "s3.ca-central-1.wasabisys.com" +
  • "s3.eu-central-1.wasabisys.com"
  • +
  • "s3.eu-central-2.wasabisys.com" +
  • +
  • "s3.eu-west-1.wasabisys.com" +
  • +
  • "s3.eu-west-2.wasabisys.com" +
  • "s3.ap-northeast-1.wasabisys.com"

    Configuration

    -

    Here is an example of making a mailru configuration. First create a Mail.ru Cloud account and choose a tariff, then run

    +

    Here is an example of making a mailru configuration.

    +

    First create a Mail.ru Cloud account and choose a tariff.

    +

    You will need to log in and create an app password for rclone. Rclone will not work with your normal username and password - it will give an error like oauth2: server response missing access_token.

    + +

    Now run

    rclone config

    This will guide you through an interactive setup process:

    No remotes found, make a new one?
    @@ -22480,6 +22538,10 @@ User name (usually email)
     Enter a string value. Press Enter for the default ("").
     user> username@mail.ru
     Password
    +
    +This must be an app password - rclone will not work with your normal
    +password. See the Configuration section in the docs for how to make an
    +app password.
     y) Yes type in my own password
     g) Generate random password
     y/g> y
    @@ -22598,6 +22660,7 @@ y/e/d> y

    --mailru-pass

    Password.

    +

    This must be an app password - rclone will not work with your normal password. See the Configuration section in the docs for how to make an app password.

    NB Input to this must be obscured - see rclone obscure.

    Properties:

    Changelog

    +

    v1.60.1 - 2022-11-17

    +

    See commits

    +

    v1.60.0 - 2022-10-21

    See commits