1
0
mirror of https://github.com/pgbackrest/pgbackrest.git synced 2025-09-16 09:06:18 +02:00

Add encryption to features list.

This commit is contained in:
David Steele
2017-11-14 17:07:22 -05:00
parent b8746f368d
commit 3ee269c099
2 changed files with 10 additions and 0 deletions

View File

@@ -76,6 +76,10 @@ File and directory links are supported for any file or directory in the PostgreS
pgBackRest repositories can be stored on Amazon S3 to allow for virtually unlimited capacity and retention.
### Encryption
pgBackRest can encrypt the repository to secure backups wherever they are stored.
### Compatibility with PostgreSQL >= 8.3
pgBackRest includes support for versions down to 8.3, since older versions of PostgreSQL are still regularly utilized.

View File

@@ -130,6 +130,12 @@
<p><backrest/> repositories can be stored on <proper>Amazon S3</proper> to allow for virtually unlimited capacity and retention.</p>
</section>
<section id="encryption">
<title>Encryption</title>
<p><backrest/> can encrypt the repository to secure backups wherever they are stored.</p>
</section>
<section id="postgres-compatibility">
<title>Compatibility with <postgres/> >= 8.3</title>