1- pg_rman
2- =======
1+ pg_arman
2+ ========
33
4- pg_rman is a backup and recovery manager for PostgreSQL servers able to do
4+ pg_arman is a backup and recovery manager for PostgreSQL servers able to do
55incremental, archive and full backup as well as restore a cluster to a
66state defined by a given recovery target. It is designed to perform
77periodic backups of an existing PostgreSQL server, combined with WAL
@@ -14,18 +14,18 @@ Download
1414--------
1515
1616The latest version of this software can be found on the project website at
17- https://github.com/michaelpq/pg_rman .
17+ https://github.com/michaelpq/pg_arman .
1818
1919Installation
2020------------
2121
22- Compilingpg_rman requires a PostgreSQL installation and can be done in
22+ Compilingpg_arman requires a PostgreSQL installation and can be done in
2323two ways:
2424
25- 1. Putpg_rman project directory inside PostgreSQL source tree as
26- contrib/pg_rman , and use this command for compilation:
25+ 1. Putpg_arman project directory inside PostgreSQL source tree as
26+ contrib/pg_arman , and use this command for compilation:
2727
28- $ cd $POSTGRES_SOURCE/contrib/pg_rman
28+ $ cd $POSTGRES_SOURCE/contrib/pg_arman
2929$ make
3030
31312. Keep the project directory as-is and use the PGXS development
@@ -36,13 +36,13 @@ compilation:
3636
3737In addition, you must have pg_config in $PATH.
3838
39- The current version ofpg_rman is compatible with PostgreSQL 9.3 and
39+ The current version ofpg_arman is compatible with PostgreSQL 9.3 and
4040upper versions.
4141
4242Platforms
4343---------
4444
45- pg_rman has been tested on Linux and Unix-based platforms.
45+ pg_arman has been tested on Linux and Unix-based platforms.
4646
4747Documentation
4848-------------
@@ -69,7 +69,7 @@ install xmlto and asciidoc:
6969Regression tests
7070----------------
7171
72- The test suite ofpg_rman is available in the code tree and can be
72+ The test suite ofpg_arman is available in the code tree and can be
7373launched in a way similar to common PostgreSQL extensions and modules:
7474
75751) "make check" or "make installcheck" if the project directory is
@@ -81,5 +81,5 @@ directory is kept as-is.
8181License
8282-------
8383
84- pg_rman can be distributed under the PostgreSQL license. See COPYRIGHT
84+ pg_arman can be distributed under the PostgreSQL license. See COPYRIGHT
8585file for more information.