pg_back - Simple backup script for PostgreSQL
Website: | https://github.com/orgrim/pg_back |
---|---|
License: | BSD |
- Description:
pg_back is a simple backup script for PostgreSQL. pg_back uses pg_dumpall to dump roles and tablespaces, pg_dump to dump each selected database to a separate file. The custom format of pg_dump is used by default. A configuration file, by default /etc/postgresql/pg_back.conf, can hold the configuration to automate the backup. All options can be overridden on the command line.
Packages
pg_back-1.9-1.rhel6.noarch [9 KiB] |
Changelog
by Devrim Gündüz (2020-07-10):
- Update to 1.9 |
pg_back-1.8-1.rhel6.noarch [9 KiB] |
Changelog
by Devrim Gündüz (2020-03-27):
- Update to 1.8 |
pg_back-1.7-1.rhel6.noarch [8 KiB] |
Changelog
by Devrim Gündüz (2018-12-11):
- Update to 1.7 |