1
0
mirror of https://github.com/pgbackrest/pgbackrest.git synced 2025-09-02 12:41:14 +03:00

Working on plumbing for recovery options.

This commit is contained in:
David Steele
2015-01-26 11:01:24 -05:00
parent eeffd62a12
commit ac22c314a9
4 changed files with 52 additions and 23 deletions

View File

@@ -680,8 +680,9 @@ sub BackRestTestBackup_BackupBegin
BackRestTestCommon_ExecuteBegin(BackRestTestCommon_CommandMainGet() . ' --config=' .
($bRemote ? BackRestTestCommon_BackupPathGet() : BackRestTestCommon_DbPathGet()) .
"/pg_backrest.conf --no-start-stop --type=${strType} --stanza=${strStanza} backup" .
($bTestPoint ? " --test --test-delay=${fTestDelay}": ''), $bRemote);
"/pg_backrest.conf --no-start-stop" . ($strType ne 'incr' ? " --type=${strType}" : '') .
" --stanza=${strStanza} backup" . ($bTestPoint ? " --test --test-delay=${fTestDelay}": ''),
$bRemote);
}
####################################################################################################################################