borg: use modern exit codes
This commit is contained in:
parent
0ca581c1bf
commit
d7392fbdfd
2 changed files with 2 additions and 0 deletions
|
@ -33,6 +33,7 @@
|
|||
environment = {
|
||||
BORG_RSH = "ssh -i /home/yt/.ssh/id_ed25519";
|
||||
BORG_REMOTE_PATH = "borg1";
|
||||
BORG_EXIT_CODES = "modern";
|
||||
};
|
||||
compression = "auto,zstd";
|
||||
startAt = "hourly";
|
||||
|
|
|
@ -209,6 +209,7 @@
|
|||
environment = {
|
||||
BORG_RSH = "ssh -i /home/yt/.ssh/id_ed25519";
|
||||
BORG_REMOTE_PATH = "borg1";
|
||||
BORG_EXIT_CODES = "modern";
|
||||
};
|
||||
compression = "auto,zstd";
|
||||
startAt = "daily";
|
||||
|
|
Loading…
Add table
Reference in a new issue