We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4623785 commit e319035Copy full SHA for e319035
entrypoint
@@ -352,7 +352,7 @@ restore_incremental() {
352
local BACKUP_NAME="$2"
353
local RESTORE_DIRECTORY="$3"
354
local BACKUP_PATH="${BACKUP_DIRECTORY}/${BACKUP_NAME}"
355
- local BACKUP_INCREMENT_PATH="${BACKUP_PATH}-inc1"
+ local BACKUP_INCREMENT_PATH="/tmp/${BACKUP_NAME}-inc1"
356
357
echo "======================================================================"
358
echo "= Incremental full backup ${BACKUP_PATH}"
0 commit comments