Menu

index

Index (1)
Takashi Ohnishi

Now We move to GitHub

Please follow latest information from the below link.
http://github.com/ossc-db/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.


pg_rman は PostgreSQL のためのオンライン・バックアップとリストアツールです。

pg_rman プロジェクトが目指すのは、オンライン・バックアップやリストア (PITR) を、pg_dump 並に簡単な操作で実現することです。また、このツールはデータベースごとのバックアップ・カタログを管理しており、バックアップやアーカイブログのメンテナンスを簡単なコマンドで行うことができます。

News

Documentation

These documentation is for 1.2.10 before.

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.

System Structure

Miscellaneous


Related

News: 2014/03/pgrman-128-is-released
News: 2014/08/pgrman-129-is-released
News: 2014/09/pgrman-1210-is-released
Wiki: システム構成
Wiki: ユーザマニュアル
Wiki: Requirements_and_Tested_Platforms
Wiki: System_Structure
Wiki: User's_Manual

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.