The deleted metadata I cannot decode, but that message is one that is from Dropbox API, as I found mentions when I searched for that phrase.
Since you had me do that, I figured out the problem. The symbol ␆ (ACK) is converted to hex at \x06. Since that is not what is actually there, the decode doesn't match, hence the error. The ack is part of a filename that I have for indexing for each listing, with tens of thousands of instances of that filename - causing the display of the errors.
rclone --version
rclone v1.59.1
- os/version: Microsoft Windows 10 Pro 21H2 (64 bit)
- os/kernel: 10.0.19044.1889 (x86_64)
- os/type: windows
- os/arch: amd64
- go/version: go1.18.5
- go/linking: static
- go/tags: cmount
Error: unknown flag: --server-side-across-configs
Usage:
rclone copy source:path dest:path [flags]
Flags:
--create-empty-src-dirs Create empty source dirs on destination after copy
-h, --help help for copy
Use "rclone [command] --help" for more information about a command.
Use "rclone help flags" for to see the global flags.
Use "rclone help backends" for a list of supported services.
2022/09/02 15:19:58 Fatal error: unknown flag: --server-side-across-configs