We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f2b67a5 commit 48e3b43Copy full SHA for 48e3b43
entrypoint
@@ -373,6 +373,10 @@ restore_incremental() {
373
echo "Copying full backup"
374
cp -Rfv "${BASE_BACKUP_PATH}" "${RESTORE_DIRECTORY}"
375
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
380
echo "Copying incremental Backup"
381
cp -Rfv "${BACKUP_PATH}" "${TEMPORARY_BACKUP_PATH}"
382
0 commit comments