pg_verifybackup: Verify tar-format backups.

Robert Haas <rhaas@postgresql.org>

Commit: 8dfd3129027969fdd2d9d294220c867d2efd84aa
Author: Robert Haas <rhaas@postgresql.org>
Date: 2024-09-27T12:40:24Z
Releases: 18.0
pg_verifybackup: Verify tar-format backups.

This also works for compressed tar-format backups. However, -n must be
used, because we use pg_waldump to verify WAL, and it doesn't yet know
how to verify WAL that is stored inside of a tarfile.

Amul Sul, reviewed by Sravan Kumar and by me, and revised by me.

Files

Documentation touched