blob: f540e7f2367bf75c923fa91f0f89473587180a33 (
plain)
1
2
3
4
5
6
7
8
|
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.
WWW: http://code.google.com/p/pg-rman/
|