What options can be added to the rclone.conf file?

Welcome to the forum!

Only backend flags can be added to the config file. Non-backend flags such as --log-file cannot currently, but it is being considered (as well as some other more advanced extensions to the config system, such as includes).

One possible solution is to use environment variables to set flags globally, or use shell script wrappers which sets environment variables and/or adds command-line arguments for different use cases.

1 Like