pg_back 1.1 released

From: Nicolas Thauvin <nicolas(dot)thauvin(at)dalibo(dot)com>
To: pgsql-announce(at)postgresql(dot)org
Subject: pg_back 1.1 released
Date: 2014-12-08 09:50:18
Message-ID: 20141208105018.0f76c9e9@dalibo.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-announce

Hello,

Because sometimes you just need a simple way to dump all your
databases, here is pg_back. It is a simple shell script to backup
everything.

Though it works as is, the main goal of this script is to be a
template script that anyone with some basics shell scripts skills can
customize to fit their own needs.

Features:
* Backup everything or just the databases you want with pg_dump
* Save global objects with pg_dumpall
* Optional configuration file
* Purge old backups according to the retention policy
* Works with all formats (including the new directory format)
* Simple

pg_back is licensed under the classic 2 clauses BSD license.

More at https://github.com/orgrim/pg_back

Regards,
--
Nicolas Thauvin
DBA PostgreSQL
http://dalibo.com - http://dalibo.org

Browse pgsql-announce by date

  From Date Subject
Next Message Magnus Hagander 2014-12-09 13:38:18 FOSDEM PGDay 2013 and Devroom - Schedule posted and registration open
Previous Message David Fetter 2014-12-07 23:53:58 == PostgreSQL Weekly News - December 07 2014 ==