borgmatic/borgmatic/config
Dan Helfman f67c544be6 Optionally dump "all" PostgreSQL databases to separate files instead of one combined dump file (#438, #560). 2022-12-15 22:59:42 -08:00
..
__init__.py Basic YAML configuration file parsing. 2017-07-04 16:52:24 -07:00
checks.py Enable consistency checks for only certain repositories via "check_repositories" (#73). 2018-10-13 20:34:51 -07:00
collect.py Fix traceback when a configuration directory is non-readable due to directory permissions (#350). 2020-08-12 11:32:00 -07:00
convert.py Better error messages! Switch the library used for validating configuration files (from pykwalify to jsonschema). 2021-06-22 13:27:59 -07:00
environment.py Code formatting. 2022-06-23 10:41:04 -07:00
generate.py Rename several configuration options to match Borg 2 (#557). 2022-08-17 21:14:58 -07:00
legacy.py Run isort over the source 2019-05-14 18:59:19 +02:00
load.py When deep merging common configuration, merge colliding list values by appending them (#531). 2022-05-20 15:28:28 -07:00
normalize.py Fix traceback when a configuration section is present but lacking any options (#604). 2022-10-23 13:56:03 -07:00
override.py When the "read_special" option is true or database hooks are enabled, auto-exclude special files for a "create" action to prevent Borg from hanging (#587). 2022-10-03 12:58:13 -07:00
schema.yaml Optionally dump "all" PostgreSQL databases to separate files instead of one combined dump file (#438, #560). 2022-12-15 22:59:42 -08:00
validate.py Fix conflict between "patterns" and "source_directories" (#574), make "source_directories" optional (#542). 2022-08-25 11:55:34 -07:00