Skip to content

Commit 48e3b43

Browse files
author
Sven Speckmaier
committed
added comment why the incremental backup is copied
1 parent f2b67a5 commit 48e3b43

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

entrypoint

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -373,6 +373,10 @@ restore_incremental() {
373373
echo "Copying full backup"
374374
cp -Rfv "${BASE_BACKUP_PATH}" "${RESTORE_DIRECTORY}"
375375

376+
#
377+
# Copying the incremental backup. Xtrabackup accesses a lot of files at the same time. Backups are usually on a slow
378+
# medium which might not allow such access
379+
#
376380
echo "Copying incremental Backup"
377381
cp -Rfv "${BACKUP_PATH}" "${TEMPORARY_BACKUP_PATH}"
378382

0 commit comments

Comments
 (0)