You've already forked pgbackrest
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:
@ -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"
|
||||
|
Reference in New Issue
Block a user