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

Backup key/value annotations.

Allow key/value annotations to be added with the backup command and added/modified/removed with the new annotate command.

Annotations can be viewed with the info command in text mode when --set is specified and are always included in JSON output.
This commit is contained in:
Stefan Fercot
2022-08-24 16:52:33 +02:00
committed by GitHub
parent b05d31f531
commit 381fd0a5a4
27 changed files with 977 additions and 11 deletions

View File

@ -52,6 +52,7 @@ testRun(void)
" pgbackrest [options] [command]\n"
"\n"
"Commands:\n"
" annotate Add or modify backup annotation.\n"
" archive-get Get a WAL segment from the archive.\n"
" archive-push Push a WAL segment to the archive.\n"
" backup Backup a database cluster.\n"