1
0
mirror of https://github.com/pgbackrest/pgbackrest.git synced 2024-12-12 10:04:14 +02:00
pgbackrest/test/lib/pgBackRestTest
David Steele 56b55f81e8
Add repository checksum to make verify and resume more efficient.
Calculate a checksum of the data stored in the repository when a file is transformed (e.g. compressed). This allows resume and verify to operate without needing to decompress/decrypt the data.

This can also be used to verify more complex formats such as block incremental and allow backups from the repository without needing to decompress the data to verify the checksum.

Add some basic encrypted tests to maintain coverage. These will be expanded in a future commit.
2022-12-22 09:26:26 +07:00
..
Common Remove support for PostgreSQL 9.0/9.1/9.2. 2022-12-20 12:20:47 +07:00
Env Add repository checksum to make verify and resume more efficient. 2022-12-22 09:26:26 +07:00
Module Remove support for PostgreSQL 9.0/9.1/9.2. 2022-12-20 12:20:47 +07:00