Elevate specific Borg warnings to errors or squash errors to warnings (#798).
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2024-01-21 11:34:40 -08:00
parent 34f3c2bb16
commit abf2b3a8c7
47 changed files with 1156 additions and 132 deletions

View File

@@ -65,6 +65,7 @@ def export_key(
full_command,
output_file=output_file,
output_log_level=logging.ANSWER,
borg_local_path=local_path,
extra_environment=environment.make_environment(config),
borg_local_path=local_path,
borg_exit_codes=config.get('borg_exit_codes'),
)