From 58ef0ff22a3deaffddf0892b19045a671d9fdda8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Armando=20L=C3=BCscher?= Date: Mon, 8 Aug 2022 01:17:59 +0200 Subject: [PATCH] Don't exit on backup error or warning --- templates/borg-backup.sh.j2 | 2 -- 1 file changed, 2 deletions(-) diff --git a/templates/borg-backup.sh.j2 b/templates/borg-backup.sh.j2 index 1a0020a..1ef2bee 100644 --- a/templates/borg-backup.sh.j2 +++ b/templates/borg-backup.sh.j2 @@ -76,8 +76,6 @@ if [ "$1" = "init" ]; then fi if [ "$1" = "backup" ]; then - set -e - DATE=$(date +%Y%m%d-%H%M) EXIT_CODE=0