borg: disable failed suffix
This commit is contained in:
parent
c790e3d74b
commit
6600c19b52
2 changed files with 4 additions and 0 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue