Add flag --force-strict-remote-syntax

to add a flag that will prevent rclone from renaming remotes.
to enforce the syntax as defined in the docs
if the syntax of a remote is not valid then hard error and exit with an exit code, such as 10-Remote Syntax Error

not sure why rclone will except a remote like this?

rclone.exe ls wasabi01:fdsaasdf////////////\\\\\\\\\\\\\\\\\\/////\\\\\\keepass -vv 
DEBUG : Using RCLONE_CONFIG_PASS password.
DEBUG : Using config file from "C:\\data\\rclone\\scripts\\rclone.conf"
DEBUG : rclone: Version "v1.55.1" starting with parameters ["c:\\data\\rclone\\scripts\\rclone.exe" "ls" "wasabi01:fdsaasdf////////////\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\/////\\\\\\\\\\\\keepass" "-vv"]
DEBUG : Creating backend with remote "wasabi01:fdsaasdf////////////\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\/////\\\\\\\\\\\\keepass"
DEBUG : fs cache: renaming cache item "wasabi01:fdsaasdf////////////\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\/////\\\\\\\\\\\\keepass" to be canonical "wasabi01:fdsaasdf/////////////////////////////////////////keepass"
NOTICE: S3 bucket fdsaasdf path ////////////////////////////////////////keepass: Odd name received "keepass/scripts/a2e.cmd"
NOTICE: S3 bucket fdsaasdf path ////////////////////////////////////////keepass: Odd name received "keepass/scripts/back.cmd"
NOTICE: S3 bucket fdsaasdf path ////////////////////////////////////////keepass: Odd name received "keepass/scripts/kpu.ahk"
NOTICE: S3 bucket fdsaasdf path ////////////////////////////////////////keepass: Odd name received "keepass/scripts/nircmdc.exe"
NOTICE: S3 bucket fdsaasdf path ////////////////////////////////////////keepass: Odd name received "keepass/scripts/rdp.ahk"
NOTICE: S3 bucket fdsaasdf path ////////////////////////////////////////keepass: Odd name received "keepass/scripts/rdp.barantec.old.server.ahk"
NOTICE: S3 bucket fdsaasdf path ////////////////////////////////////////keepass: Odd name received "keepass/scripts/rdp.localhost.ahk"
NOTICE: S3 bucket fdsaasdf path ////////////////////////////////////////keepass: Odd name received "keepass/scripts/rdp01.ahk"
NOTICE: S3 bucket fdsaasdf path ////////////////////////////////////////keepass: Odd name received "keepass/scripts/vbar.console.ahk"
NOTICE: S3 bucket fdsaasdf path ////////////////////////////////////////keepass: Odd name received "keepass/scripts/viscosity.ahk"
NOTICE: S3 bucket fdsaasdf path ////////////////////////////////////////keepass: Odd name received "keepass/scripts/viscosity.test.ahk"
DEBUG : 4 go routines active

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.