@@ -146,6 +146,7 @@ help_pg_probackup(void)
146
146
147
147
printf (_ ("\n %s delete -B backup-path --instance=instance_name\n" ),PROGRAM_NAME );
148
148
printf (_ (" [--wal] [-i backup-id | --expired | --merge-expired]\n" ));
149
+ printf (_ (" [--dry-run]\n" ));
149
150
printf (_ ("\n %s merge -B backup-path --instance=instance_name\n" ),PROGRAM_NAME );
150
151
printf (_ (" -i backup-id\n" ));
151
152
@@ -260,6 +261,7 @@ help_backup(void)
260
261
printf (_ (" number of full backups to keep; 0 disables; (default: 0)\n" ));
261
262
printf (_ (" --retention-window=retention-window\n" ));
262
263
printf (_ (" number of days of recoverability; 0 disables; (default: 0)\n" ));
264
+ printf (_ (" --dry-run perform a trial run without any changes\n" ));
263
265
264
266
printf (_ ("\n Compression options:\n" ));
265
267
printf (_ (" --compress alias for --compress-algorithm='zlib' and --compress-level=1\n" ));
@@ -414,7 +416,7 @@ help_delete(void)
414
416
{
415
417
printf (_ ("%s delete -B backup-path --instance=instance_name\n" ),PROGRAM_NAME );
416
418
printf (_ (" [-i backup-id | --expired | --merge-expired] [--wal]\n" ));
417
- printf (_ (" [-j num-threads]\n\n" ));
419
+ printf (_ (" [-j num-threads] [--dry-run] \n\n" ));
418
420
419
421
printf (_ (" -B, --backup-path=backup-path location of the backup storage area\n" ));
420
422
printf (_ (" --instance=instance_name name of the instance\n" ));
@@ -425,6 +427,7 @@ help_delete(void)
425
427
printf (_ (" retention policy\n" ));
426
428
printf (_ (" --wal remove unnecessary wal files in WAL ARCHIVE\n" ));
427
429
printf (_ (" -j, --threads=NUM number of parallel threads\n" ));
430
+ printf (_ (" --dry-run perform a trial run without any changes\n" ));
428
431
429
432
printf (_ ("\n Logging options:\n" ));
430
433
printf (_ (" --log-level-console=log-level-console\n" ));