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

GCS support for repository storage.

GCS and GCS-compatible object stores can now be used for repository storage.
This commit is contained in:
David Steele
2021-03-05 12:13:51 -05:00
committed by GitHub
parent 20bb544e7a
commit 088662d986
35 changed files with 3552 additions and 86 deletions

View File

@ -198,6 +198,11 @@ testRun(void)
" [current=<redacted>]\n"
" --repo-cipher-type cipher used to encrypt the repository\n"
" [current=aes-256-cbc, default=none]\n"
" --repo-gcs-bucket GCS repository bucket\n"
" --repo-gcs-endpoint GCS repository endpoint\n"
" [default=storage.googleapis.com]\n"
" --repo-gcs-key GCS repository key\n"
" --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-cmd pgBackRest exe path on the repository host\n"