Options (5)
-P, --progressbooleanVerify a backup showing progress information
Example:
pg_verifybackup {{[-P|--progress]}} {{path/to/backup}}-e, --exit-on-errorbooleanVerify a backup and exit immediately on first error
Example:
pg_verifybackup {{[-e|--exit-on-error]}} {{path/to/backup}}-i, --ignorebooleanVerify a backup ignoring specific files or directories
Example:
pg_verifybackup {{[-i|--ignore]}} {{path/to/file_or_directory}} {{path/to/backup}}-m, --manifest-pathbooleanVerify a backup with a manifest file in a different location
Example:
pg_verifybackup {{[-m|--manifest-path]}} {{path/to/backup_manifest}} {{path/to/backup}}--helpbooleanDisplay help
Example:
pg_verifybackup {{[-?|--help]}}Examples (6)
Verify a backup stored in a specific directory
pg_verifybackup path/to/backupVerify a backup showing progress information
pg_verifybackup [-P|--progress] path/to/backupVerify a backup and exit immediately on first error
pg_verifybackup [-e|--exit-on-error] path/to/backupVerify a backup ignoring specific files or directories
pg_verifybackup [-i|--ignore] path/to/file_or_directory path/to/backupVerify a backup with a manifest file in a different location
pg_verifybackup [-m|--manifest-path] path/to/backup_manifest path/to/backupDisplay help
pg_verifybackup [-?|--help]made by @shridhargupta | data from tldr-pages