1
0
mirror of https://github.com/pgbackrest/pgbackrest.git synced 2024-12-14 10:13:05 +02:00

Added backup.manifest change to last commit.

This commit is contained in:
David Steele 2014-08-12 20:01:36 -04:00
parent e8e7c82b14
commit 3798071c5f

View File

@ -1314,6 +1314,7 @@ sub backup
my $strArchiveStart = $oDb->backup_start('pg_backrest backup started ' . $strTimestampStart, $bStartFast); my $strArchiveStart = $oDb->backup_start('pg_backrest backup started ' . $strTimestampStart, $bStartFast);
${oBackupManifest}{backup}{"archive-start"} = $strArchiveStart; ${oBackupManifest}{backup}{"archive-start"} = $strArchiveStart;
${oBackupManifest}{backup}{version} = version_get();
&log(INFO, 'archive start: ' . ${oBackupManifest}{backup}{"archive-start"}); &log(INFO, 'archive start: ' . ${oBackupManifest}{backup}{"archive-start"});