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

Add TLS server documentation.

Add documentation and make the feature visible.
This commit is contained in:
David Steele
2021-12-16 09:47:04 -05:00
parent 615bdff403
commit f06101de77
7 changed files with 190 additions and 53 deletions

View File

@ -62,6 +62,8 @@ testRun(void)
" repo-get Get a file from a repository.\n"
" repo-ls List files in a repository.\n"
" restore Restore a database cluster.\n"
" server pgBackRest server.\n"
" server-ping Ping pgBackRest server.\n"
" stanza-create Create the required stanza data.\n"
" stanza-delete Delete a stanza.\n"
" stanza-upgrade Upgrade a stanza.\n"
@ -267,6 +269,9 @@ testRun(void)
" --repo-gcs-key-type GCS repository key type [default=service]\n"
" --repo-host repository host when operating remotely via\n"
" SSH [current=backup.example.net]\n"
" --repo-host-ca-file repository host certificate authority file\n"
" --repo-host-ca-path repository host certificate authority path\n"
" --repo-host-cert-file repository host certificate file\n"
" --repo-host-cmd repository host pgBackRest command\n"
" [default=/path/to/pgbackrest]\n"
" --repo-host-config pgBackRest repository host configuration\n"
@ -276,7 +281,9 @@ testRun(void)
" include path [default=/etc/pgbackrest/conf.d]\n"
" --repo-host-config-path pgBackRest repository host configuration\n"
" path [default=/etc/pgbackrest]\n"
" --repo-host-key-file repository host key file\n"
" --repo-host-port repository host port when repo-host is set\n"
" --repo-host-type repository host protocol type [default=ssh]\n"
" --repo-host-user repository host user when repo-host is set\n"
" [default=pgbackrest]\n"
" --repo-path path where backups and archive are stored\n"