You've already forked pgbackrest
mirror of
https://github.com/pgbackrest/pgbackrest.git
synced 2025-11-06 08:49:29 +02:00
Added supported versions of PostreSQL.
This commit is contained in:
@@ -13,11 +13,12 @@ Primary PgBackRest features:
|
||||
- In-stream compression/decompression
|
||||
- Archiving and retrieval of logs for replicas/restores built in
|
||||
- Async archiving for very busy systems (including space limits)
|
||||
- Backup directories are consistent Postgres clusters (when hardlinks are on and compression is off)
|
||||
- Backup directories are consistent PostgreSQL clusters (when hardlinks are on and compression is off)
|
||||
- Tablespace support
|
||||
- Restore delta option
|
||||
- Restore using timestamp/size or checksum
|
||||
- Restore remapping base/tablespaces
|
||||
- Support for PostgreSQL >= 8.3
|
||||
|
||||
Instead of relying on traditional backup tools like tar and rsync, PgBackRest implements all backup features internally and uses a custom protocol for communicating with remote systems. Removing reliance on tar and rsync allows for better solutions to database-specific backup issues. The custom remote protocol limits the types of connections that are required to perform a backup which increases security.
|
||||
|
||||
|
||||
@@ -15,11 +15,12 @@
|
||||
<li>In-stream compression/decompression</li>
|
||||
<li>Archiving and retrieval of logs for replicas/restores built in</li>
|
||||
<li>Async archiving for very busy systems (including space limits)</li>
|
||||
<li>Backup directories are consistent Postgres clusters (when hardlinks are on and compression is off)</li>
|
||||
<li>Backup directories are consistent <postgres/> clusters (when hardlinks are on and compression is off)</li>
|
||||
<li>Tablespace support</li>
|
||||
<li>Restore delta option</li>
|
||||
<li>Restore using timestamp/size or checksum</li>
|
||||
<li>Restore remapping base/tablespaces</li>
|
||||
<li>Support for <postgres/> >= 8.3</li>
|
||||
</ul>
|
||||
Instead of relying on traditional backup tools like tar and rsync, <backrest/> implements all backup features internally and uses a custom protocol for communicating with remote systems. Removing reliance on tar and rsync allows for better solutions to database-specific backup issues. The custom remote protocol limits the types of connections that are required to perform a backup which increases security.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user