File tree Expand file tree Collapse file tree 1 file changed +11
-2
lines changed Expand file tree Collapse file tree 1 file changed +11
-2
lines changed Original file line number Diff line number Diff line change @@ -3347,7 +3347,7 @@ pg_probackup set-config -B <replaceable>backup_dir</replaceable> --instance <rep
33473347 <title >set-backup</title >
33483348 <programlisting >
33493349pg_probackup set-backup -B <replaceable >backup_dir</replaceable > --instance <replaceable >instance_name</replaceable > -i <replaceable >backup_id</replaceable >
3350- {--ttl=<replaceable >ttl</replaceable > | --expire-time=<replaceable >time</replaceable >} [--help]
3350+ {--ttl=<replaceable >ttl</replaceable > | --expire-time=<replaceable >time</replaceable >} [--note=< replaceable >note</ replaceable >] [-- help]
33513351</programlisting >
33523352 <para >
33533353 Sets the provided backup-specific settings into the
@@ -3415,7 +3415,7 @@ pg_probackup backup -B <replaceable>backup_dir</replaceable> -b <replaceable>bac
34153415[--no-validate] [--skip-block-validation]
34163416[-w --no-password] [-W --password]
34173417[--archive-timeout=<replaceable >timeout</replaceable >] [--external-dirs=<replaceable >external_directory_path</replaceable >]
3418- [--no-sync]
3418+ [--no-sync] [--note=< replaceable >note</ replaceable >]
34193419[<replaceable >connection_options</replaceable >] [<replaceable >compression_options</replaceable >] [<replaceable >remote_options</replaceable >]
34203420[<replaceable >retention_options</replaceable >] [<replaceable >pinning_options</replaceable >] [<replaceable >logging_options</replaceable >]
34213421</programlisting >
@@ -3580,6 +3580,15 @@ pg_probackup backup -B <replaceable>backup_dir</replaceable> -b <replaceable>bac
35803580 </para >
35813581 </listitem >
35823582 </varlistentry >
3583+ <varlistentry >
3584+ <term ><option >--note=<replaceable >note</replaceable ></option ></term >
3585+ <listitem >
3586+ <para >
3587+ Sets the text note for backup copy.
3588+ </para >
3589+ </listitem >
3590+ </varlistentry >
3591+
35833592 </variablelist >
35843593 </para >
35853594
You can’t perform that action at this time.
0 commit comments