We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parent4d586dd commita1de8d6Copy full SHA for a1de8d6
README
@@ -2,12 +2,12 @@ pg_arman
2
========
3
4
pg_arman is a backup and recovery manager for PostgreSQL servers able to do
5
-incremental, archive and full backup as well as restore a cluster to a
+incremental and full backup as well as restore a cluster to a
6
state defined by a given recovery target. It is designed to perform
7
periodic backups of an existing PostgreSQL server, combined with WAL
8
archives to provide a way to recover a server in case of failure of
9
-server because of a reason or another. Its incrementaland archivebackup
10
-facilities reduces the amount of data necessary to be taken between
+server because of a reason or another. Its incremental backup
+facility reduces the amount of data necessary to be taken between
11
two consecutive backups.
12
13
Download