From 80fe1f16db3f42a7d234d470cabfa6c012e90a88 Mon Sep 17 00:00:00 2001 From: Nick Craig-Wood Date: Mon, 6 Jul 2020 16:28:30 +0100 Subject: [PATCH] b2: note that b2's encoding now allows \ but rclone's hasn't changed See: https://forum.rclone.org/t/why-are-there-error-messages-about-non-existing-files-in-the-log/17608 --- docs/content/b2.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/content/b2.md b/docs/content/b2.md index e15e4413e..edfe8bd79 100644 --- a/docs/content/b2.md +++ b/docs/content/b2.md @@ -117,6 +117,12 @@ the following characters are also replaced: Invalid UTF-8 bytes will also be [replaced](/overview/#invalid-utf8), as they can't be used in JSON strings. +Note that in 2020-05 Backblaze started allowing \ characters in file +names. Rclone hasn't changed its encoding as this could cause syncs to +re-transfer files. If you want rclone not to replace \ then see the +`--b2-encoding` flag below and remove the `BackSlash` from the +string. This can be set in the config. + ### SHA1 checksums ### The SHA1 checksums of the files are checked on upload and download and