You've already forked pg_probackup
mirror of
https://github.com/postgrespro/pg_probackup.git
synced 2026-06-21 01:34:15 +02:00
[Issue #224] documentation update
This commit is contained in:
+13
-1
@@ -3566,7 +3566,7 @@ pg_probackup show-config -B <replaceable>backup_dir</replaceable> --instance <re
|
||||
<title>show</title>
|
||||
<programlisting>
|
||||
pg_probackup show -B <replaceable>backup_dir</replaceable>
|
||||
[--help] [--instance <replaceable>instance_name</replaceable> [-i <replaceable>backup_id</replaceable> | --archive]] [--format=plain|json]
|
||||
[--help] [--instance <replaceable>instance_name</replaceable> [-i <replaceable>backup_id</replaceable> | --archive]] [--format=plain|json] [--color]
|
||||
</programlisting>
|
||||
<para>
|
||||
Shows the contents of the backup catalog. If
|
||||
@@ -3581,6 +3581,8 @@ pg_probackup show -B <replaceable>backup_dir</replaceable>
|
||||
plain text. You can specify the
|
||||
<literal>--format=json</literal> option to get the result
|
||||
in the <acronym>JSON</acronym> format.
|
||||
If <literal>--color</literal> flag is used with plain text format,
|
||||
then output is colored.
|
||||
</para>
|
||||
<para>
|
||||
For details on usage, see the sections
|
||||
@@ -4603,6 +4605,16 @@ pg_probackup archive-get -B <replaceable>backup_dir</replaceable> --instance <re
|
||||
</para>
|
||||
<para>
|
||||
<variablelist>
|
||||
|
||||
<varlistentry>
|
||||
<term><option>--color</option></term>
|
||||
<listitem>
|
||||
<para>
|
||||
Color the console log messages of <literal>warning</literal> and <literal>error</literal> levels.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry>
|
||||
<term><option>--log-level-console=<replaceable>log_level</replaceable></option></term>
|
||||
<listitem>
|
||||
|
||||
Reference in New Issue
Block a user