1
0
mirror of https://github.com/pgbackrest/pgbackrest.git synced 2025-12-19 23:42:18 +02:00

Use path list in the backup manifest to do restore path syncs.

Remove recursive path sync functionality since it is no longer used.
This commit is contained in:
David Steele
2018-05-01 11:05:37 -04:00
parent 54dd6f3ed4
commit 71ba08f579
8 changed files with 447 additions and 183 deletions

View File

@@ -949,7 +949,7 @@ sub run
$oHostDbMaster->restore(
'remap all paths', $strBackup,
{rhExpectedManifest => \%oManifest, rhRemapHash => \%oRemapHash, strOptionalParam => $strLogReduced});
{rhExpectedManifest => \%oManifest, rhRemapHash => \%oRemapHash, strOptionalParam => ($bRemote ? $strLogReduced : '')});
# Restore (make sure file in root tablespace path is not deleted by --delta)
#---------------------------------------------------------------------------------------------------------------------------