File tree Expand file tree Collapse file tree 2 files changed +0
-4
lines changed Expand file tree Collapse file tree 2 files changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -150,7 +150,6 @@ help_pg_probackup(void)
150150 printf (_ (" [--remote-port] [--remote-path] [--remote-user]\n" ));
151151 printf (_ (" [--ssh-options]\n" ));
152152 printf (_ (" [--ttl=interval] [--expire-time=timestamp] [--note=text]\n" ));
153- printf (_ (" [--start-time]\n" ));
154153 printf (_ (" [--help]\n" ));
155154
156155
@@ -324,7 +323,6 @@ help_backup(void)
324323 printf (_ (" [--remote-port] [--remote-path] [--remote-user]\n" ));
325324 printf (_ (" [--ssh-options]\n" ));
326325 printf (_ (" [--ttl=interval] [--expire-time=timestamp] [--note=text]\n\n" ));
327- printf (_ (" [--start-time]\n" ));
328326
329327 printf (_ (" -B, --backup-path=backup-path location of the backup storage area\n" ));
330328 printf (_ (" -b, --backup-mode=backup-mode backup mode=FULL|PAGE|DELTA|PTRACK\n" ));
@@ -345,7 +343,6 @@ help_backup(void)
345343 printf (_ (" --no-sync do not sync backed up files to disk\n" ));
346344 printf (_ (" --note=text add note to backup\n" ));
347345 printf (_ (" (example: --note='backup before app update to v13.1')\n" ));
348- printf (_ (" --start-time set time of starting backup as a parameter for naming backup\n" ));
349346
350347 printf (_ ("\n Logging options:\n" ));
351348 printf (_ (" --log-level-console=log-level-console\n" ));
Original file line number Diff line number Diff line change @@ -68,7 +68,6 @@ pg_probackup - utility to manage backup/recovery of PostgreSQL database.
6868 [--remote-port] [--remote-path] [--remote-user]
6969 [--ssh-options]
7070 [--ttl=interval] [--expire-time=timestamp] [--note=text]
71- [--start-time]
7271 [--help]
7372
7473 pg_probackup restore -B backup-path --instance=instance_name
You can’t perform that action at this time.
0 commit comments