Skip to content

Commit

Permalink
fix: use /tmp/BACKUP_NAME-inc1 to copy the incremental backup to
Browse files Browse the repository at this point in the history
  • Loading branch information
Sven Speckmaier committed Dec 7, 2017
1 parent 4623785 commit e319035
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion entrypoint
Original file line number Diff line number Diff line change
Expand Up @@ -352,7 +352,7 @@ restore_incremental() {
local BACKUP_NAME="$2"
local RESTORE_DIRECTORY="$3"
local BACKUP_PATH="${BACKUP_DIRECTORY}/${BACKUP_NAME}"
local BACKUP_INCREMENT_PATH="${BACKUP_PATH}-inc1"
local BACKUP_INCREMENT_PATH="/tmp/${BACKUP_NAME}-inc1"

echo "======================================================================"
echo "= Incremental full backup ${BACKUP_PATH}"
Expand Down

0 comments on commit e319035

Please sign in to comment.