borgmatic/borgmatic/commands
Sébastien MB 97b5cd089d Allow environment variable resolution in configuration file
- all string fields containing an environment variable like ${FOO} will
  be resolved
- supported format ${FOO}, ${FOO:-bar} and ${FOO-bar} to allow default
  values if variable is not present in environment
- add --no-env argument for CLI to disable the feature which is enabled
  by default

Resolves: #546
2022-06-16 18:52:54 +02:00
..
__init__.py Basic YAML generating / validating / converting to. 2017-07-08 22:33:51 -07:00
arguments.py Allow environment variable resolution in configuration file 2022-06-16 18:52:54 +02:00
borgmatic.py Allow environment variable resolution in configuration file 2022-06-16 18:52:54 +02:00
completion.py Fix Bash completion script to no longer alter your shell's settings. 2022-06-09 16:29:54 -07:00
convert_config.py Fix traceback when upgrading old INI-style configuration with upgrade-borgmatic-config (#367). 2020-11-18 15:01:10 -08:00
generate_config.py Add "generate-borgmatic-config --overwrite" flag to replace an existing destination file (#539). 2022-05-29 16:03:55 -07:00
validate_config.py Don't color syslog output (#197). 2019-06-17 11:53:08 -07:00