From 5111c8ef10558e759fd827a0449de72771c9023c Mon Sep 17 00:00:00 2001 From: root <root@pontos03.fi.muni.cz> Date: Sun, 8 Mar 2020 09:38:03 +0100 Subject: [PATCH] Fix name of temporary incremental journal --- backup-tar/backup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backup-tar/backup.sh b/backup-tar/backup.sh index 9b003a1..f718e83 100755 --- a/backup-tar/backup.sh +++ b/backup-tar/backup.sh @@ -43,7 +43,7 @@ TIMESTAMP=$(date +"%Y-%m-%d") BACKUP_FILE=${TIMESTAMP}.${TYPE}.tar.xz INCFILE_TGT=stamps/${TIMESTAMP}.${TYPE}.snar INCFILE=${TIMESTAMP}.${TYPE}.snar -INCFILE_TMP=${INCFILE_TMP}.tmp +INCFILE_TMP=${INCFILE}.tmp INC_FILTER="." if [[ "$TYPE" = "weekly" ]]; then -- GitLab