@@ -42,7 +42,7 @@ pg_probackup - utility to manage backup/recovery of PostgreSQL database.
4242
4343 pg_probackup backup -B backup-path -b backup-mode --instance=instance_name
4444 [-D pgdata-path] [-C]
45- [--stream [-S slot-name]] [--temp-slot]
45+ [--stream [-S slot-name] [--temp-slot] ]
4646 [--backup-pg-log] [-j num-threads] [--progress]
4747 [--no-validate] [--skip-block-validation]
4848 [--external-dirs=external-directories-paths]
@@ -53,7 +53,7 @@ pg_probackup - utility to manage backup/recovery of PostgreSQL database.
5353 [--error-log-filename=error-log-filename]
5454 [--log-directory=log-directory]
5555 [--log-rotation-size=log-rotation-size]
56- [--log-rotation-age=log-rotation-age]
56+ [--log-rotation-age=log-rotation-age] [--no-color]
5757 [--delete-expired] [--delete-wal] [--merge-expired]
5858 [--retention-redundancy=retention-redundancy]
5959 [--retention-window=retention-window]
@@ -113,7 +113,7 @@ pg_probackup - utility to manage backup/recovery of PostgreSQL database.
113113 pg_probackup show -B backup-path
114114 [--instance=instance_name [-i backup-id]]
115115 [--format=format] [--archive]
116- [--help]
116+ [--no-color] [-- help]
117117
118118 pg_probackup delete -B backup-path --instance=instance_name
119119 [-j num-threads] [--progress]
@@ -165,5 +165,19 @@ pg_probackup - utility to manage backup/recovery of PostgreSQL database.
165165 [--ssh-options]
166166 [--help]
167167
168+ pg_probackup catchup -b catchup-mode
169+ --source-pgdata=path_to_pgdata_on_remote_server
170+ --destination-pgdata=path_to_local_dir
171+ [--stream [-S slot-name] [--temp-slot | --perm-slot]]
172+ [-j num-threads]
173+ [-T OLDDIR=NEWDIR]
174+ [--exclude-path=path_prefix]
175+ [-d dbname] [-h host] [-p port] [-U username]
176+ [-w --no-password] [-W --password]
177+ [--remote-proto] [--remote-host]
178+ [--remote-port] [--remote-path] [--remote-user]
179+ [--ssh-options]
180+ [--help]
181+
168182Read the website for details. <https://github.com/postgrespro/pg_probackup>
169183Report bugs to <https://github.com/postgrespro/pg_probackup/issues>.