1
0
mirror of https://github.com/rclone/rclone.git synced 2025-12-15 15:53:41 +00:00

config: --config "" or "/notfound" for in memory config only #4996

If `--config` is set to empty string or the special value `/notfound`
then rclone will keep the config file in memory only.
This commit is contained in:
Nick Craig-Wood
2021-03-13 12:36:38 +00:00
parent 46078d391f
commit bb0b6432ae
4 changed files with 54 additions and 2 deletions

View File

@@ -554,6 +554,9 @@ location is for you.
Use this flag to override the config location, e.g. `rclone
--config=".myconfig" .config`.
If this is set to empty string or the special value `/notfound` then
rclone will keep the config file in memory only.
### --contimeout=TIME ###
Set the connection timeout. This should be in go time format which