Skip to content

Commit b2830e9

Browse files
committed
[Issue #66] update help
1 parent cf4d2b7 commit b2830e9

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/help.c

+5
Original file line numberDiff line numberDiff line change
@@ -160,6 +160,7 @@ help_pg_probackup(void)
160160
printf(_(" [-T OLDDIR=NEWDIR] [--progress]\n"));
161161
printf(_(" [--external-mapping=OLDDIR=NEWDIR]\n"));
162162
printf(_(" [--skip-external-dirs] [--restore-command=cmdline]\n"));
163+
printf(_(" [--incremental-mode=none|checksum|lsn\n"));
163164
printf(_(" [--no-sync]\n"));
164165
printf(_(" [--db-include | --db-exclude]\n"));
165166
printf(_(" [--remote-proto] [--remote-host]\n"));
@@ -397,6 +398,7 @@ help_restore(void)
397398
printf(_(" [-T OLDDIR=NEWDIR]\n"));
398399
printf(_(" [--external-mapping=OLDDIR=NEWDIR]\n"));
399400
printf(_(" [--skip-external-dirs]\n"));
401+
printf(_(" [--incremental-mode=none|checksum|lsn\n"));
400402
printf(_(" [--db-include dbname | --db-exclude dbname]\n"));
401403
printf(_(" [--recovery-target-time=time|--recovery-target-xid=xid\n"));
402404
printf(_(" |--recovery-target-lsn=lsn [--recovery-target-inclusive=boolean]]\n"));
@@ -430,6 +432,9 @@ help_restore(void)
430432
printf(_(" --external-mapping=OLDDIR=NEWDIR\n"));
431433
printf(_(" relocate the external directory from OLDDIR to NEWDIR\n"));
432434
printf(_(" --skip-external-dirs do not restore all external directories\n"));
435+
printf(_(" -I, --incremental-mode=none|checksum|lsn\n"));
436+
printf(_(" reuse already existing unchanged valid pages in PGDATA\n"));
437+
printf(_(" (default: none)\n"));
433438

434439
printf(_("\n Partial restore options:\n"));
435440
printf(_(" --db-include dbname restore only specified databases\n"));

0 commit comments

Comments
 (0)