Documentation issue

https://rclone.org/docs/
"Use this flag to override the config location, e.g. rclone --config=".myconfig" .config

perhaps this should be removed .config

1 Like

I think only the . should be removed, so that it is an example of creating a config (base command rclone config) saving to a custom configuration file:

rclone --config=".myconfig" config

I will fix it. Good catch by the way: According to git blame it has been like that for 4 years.

1 Like

thanks, here is another one.

https://forum.rclone.org/t/rclone-1-55-release/23217/29
under New Features, there is a link labeled Connection strings
it points to https://forum.rclone.org/docs/#connection-strings
it should point to https://rclone.org/docs/#connection-strings

1 Like

perhaps this would be less confusing.
rclone config --config=".myconfig"

1 Like

Maybe get rid of the leading . too which is also confusing

rclone  config --config="rclone.conf"
2 Likes

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