borg: use modern exit codes

This commit is contained in:
cy 2024-12-20 18:19:18 -05:00
parent 0ca581c1bf
commit d7392fbdfd
2 changed files with 2 additions and 0 deletions

View file

@ -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";

View file

@ -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";