Could anyone shed any light on why "detected overridden config - adding "{FYsMb}" suffix to name" has started showing up in my rclone log files?
The commands still work and function as intended, so I don't have any issues, just curious as to why that has started appearing, the only thing I have done is update rclone to the latest version.
not an expert on this, but for now, perhaps this will help.
rclone has some new features concerning, on the fly remotes, without using a config file.
also, modifying a remote from a config file and using backends
We need to be able to tell backends apart by how they were configured so we can cache them properly.
Are you using a backend specific config flag, eg --drive-use-trash or an env var? Or are you using an on the fly backend, eg :drive: - either of those will cause this message.
These flags modify the backend so will cause the overridden config message. You can put them in your config if you want to as chunk_size = 8M and packer_min_sleep = 100ms. No need to though!