pg_rman - PostgreSQL Recovery Manger released - Mailing list pgsql-announce

From Takahiro Itagaki
Subject pg_rman - PostgreSQL Recovery Manger released
Date
Msg-id 20091211175426.8CA4.52131E4D@oss.ntt.co.jp
Whole thread Raw
List pgsql-announce
Announcing the first release of pg_rman - PostgreSQL Recovery Manger.

  pg_rman - http://code.google.com/p/pg-rman/

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.

Supported features:
  * Ease of use. Backup and restore can be done with just one command.
  * Online full backup, incremental backup, and archive backup.
    Incremental backup can reduce backup size extreamly.
  * Backup compression. Unused area in pages are removed and only
    actual data are compressed with gzip.
  * Automatic backup maintenance. Backup and archive WAL files older
    than specified days are deleted automatically.
  * Backup validation. Backup can be validated with CRC checks.
  * No transaction lost in restore. Configuration file generator for
    point-in-time recovery is supported.

---
Takahiro Itagaki
NTT Open Source Software Center


pgsql-announce by date:

Previous
From: Mariano Reingart
Date:
Subject: Alerce 1.0.0 released (sync dbapi for Python)
Next
From: "Joshua D. Drake"
Date:
Subject: PostgreSQL Conference East 2010 Call for Papers