1
0
mirror of https://github.com/pgbackrest/pgbackrest.git synced 2025-07-05 00:28:52 +02:00

Add --cmd option.

Allows users to provide an executable to be used when pgbackrest generates command strings that expect to invoke pgbackrest. These generated commands are written to files by pgbackrest, e.g. recovery.conf.
This commit is contained in:
Reid Thompson
2021-11-03 11:36:34 -04:00
committed by GitHub
parent c5b5b58806
commit 2a576477b3
10 changed files with 140 additions and 4 deletions

View File

@ -223,6 +223,8 @@ testRun(void)
"\n"
" --buffer-size buffer size for I/O operations\n"
" [current=32768, default=1048576]\n"
" --cmd pgBackRest command\n"
" [default=/path/to/pgbackrest]\n"
" --cmd-ssh SSH client command [default=ssh]\n"
" --compress-level-network network compression level [default=3]\n"
" --config pgBackRest configuration file\n"