From 1402b9d9ade135c52c29d056fe0b6b5493f509ed Mon Sep 17 00:00:00 2001 From: misc Date: Sun, 1 Jun 2025 10:07:41 +0200 Subject: [PATCH] borgbackup.sh aktualisiert --- borgbackup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/borgbackup.sh b/borgbackup.sh index 65717e5..d0e1eca 100644 --- a/borgbackup.sh +++ b/borgbackup.sh @@ -17,7 +17,7 @@ # --------------------------------------------------------------------- # Ab hier normalerweise nichts anpassen export BORG_REPO="ssh://storagebox/./backup" -LOGTIME=`date +%m-%d` +LOGTIME=`date +%d` BORG=/usr/bin/borg BORG_PATH=/root/sc BORG_INCLUDEFILE="$BORG_PATH/include.lst"