Skip to content
Snippets Groups Projects
Commit 5111c8ef authored by root's avatar root
Browse files

Fix name of temporary incremental journal

parent 889e77eb
No related branches found
No related tags found
No related merge requests found
...@@ -43,7 +43,7 @@ TIMESTAMP=$(date +"%Y-%m-%d") ...@@ -43,7 +43,7 @@ TIMESTAMP=$(date +"%Y-%m-%d")
BACKUP_FILE=${TIMESTAMP}.${TYPE}.tar.xz BACKUP_FILE=${TIMESTAMP}.${TYPE}.tar.xz
INCFILE_TGT=stamps/${TIMESTAMP}.${TYPE}.snar INCFILE_TGT=stamps/${TIMESTAMP}.${TYPE}.snar
INCFILE=${TIMESTAMP}.${TYPE}.snar INCFILE=${TIMESTAMP}.${TYPE}.snar
INCFILE_TMP=${INCFILE_TMP}.tmp INCFILE_TMP=${INCFILE}.tmp
INC_FILTER="." INC_FILTER="."
if [[ "$TYPE" = "weekly" ]]; then if [[ "$TYPE" = "weekly" ]]; then
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment