| From: | Takahiro Itagaki <itagaki(dot)takahiro(at)oss(dot)ntt(dot)co(dot)jp> |
|---|---|
| To: | pgsql-announce(at)postgresql(dot)org |
| Subject: | pg_rman - PostgreSQL Recovery Manger released |
| Date: | 2009-12-11 08:54:26 |
| Message-ID: | 20091211175426.8CA4.52131E4D@oss.ntt.co.jp |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | 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
| From | Date | Subject | |
|---|---|---|---|
| Next Message | David Fetter | 2009-12-14 05:32:28 | == PostgreSQL Weekly News - December 13 2009 == |
| Previous Message | Mariano Reingart | 2009-12-09 02:31:24 | Alerce 1.0.0 released (sync dbapi for Python) |