mirror of
https://github.com/pgbackrest/pgbackrest.git
synced 2025-03-05 15:05:48 +02:00
Changed timestamp keys to be more consistent.
This commit is contained in:
parent
121cb8a811
commit
07801a9a3c
@ -1313,7 +1313,7 @@ sub backup
|
||||
my $strBackupConfFile = $oFile->path_get(PATH_BACKUP_TMP, 'backup.manifest');
|
||||
|
||||
# Start backup
|
||||
${oBackupManifest}{backup}{timestamp_start} = $strTimestampStart;
|
||||
${oBackupManifest}{backup}{'timestamp-start'} = $strTimestampStart;
|
||||
|
||||
my $strArchiveStart = $oDb->backup_start('pg_backrest backup started ' . $strTimestampStart, $bStartFast);
|
||||
${oBackupManifest}{backup}{'archive-start'} = $strArchiveStart;
|
||||
@ -1421,7 +1421,7 @@ sub backup
|
||||
}
|
||||
|
||||
# Record timestamp stop in the config
|
||||
${oBackupManifest}{backup}{timestamp_stop} = timestamp_string_get();
|
||||
${oBackupManifest}{backup}{'timestamp-stop'} = timestamp_string_get();
|
||||
${oBackupManifest}{backup}{label} = $strBackupPath;
|
||||
|
||||
# Save the backup conf file final time
|
||||
|
Loading…
x
Reference in New Issue
Block a user