Skip to content

Commit e319035

Browse files
author
Sven Speckmaier
committed
fix: use /tmp/BACKUP_NAME-inc1 to copy the incremental backup to
1 parent 4623785 commit e319035

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

entrypoint

+1-1
Original file line numberDiff line numberDiff line change
@@ -352,7 +352,7 @@ restore_incremental() {
352352
local BACKUP_NAME="$2"
353353
local RESTORE_DIRECTORY="$3"
354354
local BACKUP_PATH="${BACKUP_DIRECTORY}/${BACKUP_NAME}"
355-
local BACKUP_INCREMENT_PATH="${BACKUP_PATH}-inc1"
355+
local BACKUP_INCREMENT_PATH="/tmp/${BACKUP_NAME}-inc1"
356356

357357
echo "======================================================================"
358358
echo "= Incremental full backup ${BACKUP_PATH}"

0 commit comments

Comments
 (0)