https://rclone.org/docs/
"Use this flag to override the config location, e.g. rclone --config=".myconfig" .config
perhaps this should be removed .config
https://rclone.org/docs/
"Use this flag to override the config location, e.g. rclone --config=".myconfig" .config
perhaps this should be removed .config
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.
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
perhaps this would be less confusing.
rclone config --config=".myconfig"
Maybe get rid of the leading .
too which is also confusing
rclone config --config="rclone.conf"
This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.