About This Resource

A command-line tool for backing up PostgreSQL databases. It manages database dumps and related backup tasks through configurable options.

Saved Notes

Original notes saved with this link. They may describe an earlier version.

GitHub - orgrim/pg_back: Simple backup tool for PostgreSQL

pg_back is a dump tool for PostgreSQL. The goal is to dump all or some databases with globals at once in the format you want, because a simple call to pg_dumpall only dumps databases in the plain SQL format.