borgbackup.sh aktualisiert

This commit is contained in:
2025-05-31 16:53:55 +02:00
parent 53b483323f
commit 143537aaba

View File

@@ -113,7 +113,7 @@ borg_create() {
--exclude-from $BORG_EXCLUDEFILE \
$BORG_REPO::'{now:%Y-%m-%d_%H:%M}' \
$(cat ${BORG_INCLUDEFILE})
if [ $? -eq 0 ]; then
if [ $? -eq 0 ] || [ $? -eq 1 ]; then
echo Calling Success_URL
curl -o /dev/null -s $SUCCESS_URL
else