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 -- Sent via pgsql-announce mailing list (pgsql-announce@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-announce