1
mirror of https://github.com/rclone/rclone synced 2024-10-16 01:41:12 +02:00

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
This commit is contained in:
Nick Craig-Wood 2020-07-06 16:28:30 +01:00
parent f524a4c1cc
commit 80fe1f16db

View File

@ -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