borg: disable failed suffix

This commit is contained in:
cy 2024-12-27 19:56:37 -05:00
parent c790e3d74b
commit 6600c19b52
2 changed files with 4 additions and 0 deletions

View file

@ -43,6 +43,8 @@
];
# warnings are often not that serious
failOnWarnings = false;
# anything other than exit code 1 is considered failure and BORG_EXIT_CODES=modern uses a whole lot more codes for warning
appendFailedSuffix = false;
postHook = ''
${pkgs.curl}/bin/curl -u $(cat ${
config.sops.secrets."services/ntfy".path

View file

@ -224,6 +224,8 @@
];
# warnings are often not that serious
failOnWarnings = false;
# anything other than exit code 1 is considered failure and BORG_EXIT_CODES=modern uses a whole lot more codes for warning
appendFailedSuffix = false;
postHook = ''
${pkgs.curl}/bin/curl -u $(cat ${
config.sops.secrets."services/ntfy".path