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
3347
3347
<title >set-backup</title >
3348
3348
<programlisting >
3349
3349
pg_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]
3351
3351
</programlisting >
3352
3352
<para >
3353
3353
Sets the provided backup-specific settings into the
@@ -3415,7 +3415,7 @@ pg_probackup backup -B <replaceable>backup_dir</replaceable> -b <replaceable>bac
3415
3415
[--no-validate] [--skip-block-validation]
3416
3416
[-w --no-password] [-W --password]
3417
3417
[--archive-timeout=<replaceable >timeout</replaceable >] [--external-dirs=<replaceable >external_directory_path</replaceable >]
3418
- [--no-sync]
3418
+ [--no-sync] [--note=< replaceable >note</ replaceable >]
3419
3419
[<replaceable >connection_options</replaceable >] [<replaceable >compression_options</replaceable >] [<replaceable >remote_options</replaceable >]
3420
3420
[<replaceable >retention_options</replaceable >] [<replaceable >pinning_options</replaceable >] [<replaceable >logging_options</replaceable >]
3421
3421
</programlisting >
@@ -3580,6 +3580,15 @@ pg_probackup backup -B <replaceable>backup_dir</replaceable> -b <replaceable>bac
3580
3580
</para >
3581
3581
</listitem >
3582
3582
</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
+
3583
3592
</variablelist >
3584
3593
</para >
3585
3594
You can’t perform that action at this time.
0 commit comments