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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user