1
0
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:
Grigory Smolkin
2020-07-06 22:27:12 +03:00
parent eebd223d30
commit 3c1b99a5ff
+13 -1
View File
@@ -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>