pg_rman is an online backup and restore tool for PostgreSQL.
The goal of the pg_rman project is providing a method for
online backup and PITR as easy as pg_dump. Also, it maintains
a backup catalog per database cluster. Users can maintain old
backups including archive logs with one command.
There are several branches on pg_rman in order to work with
different PostgreSQL server versions without introducing
server version check code blocks.
Please choose branch with PostgreSQL version you use.
See doc/index.html.
Change directory into top directory of pg_rman sorce codes and
run the below commands.
$ make
# make install
Start PostgreSQL server and run the below command.
$ make installcheck