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.4-2.rhel7.noarch [7 KiB] |
Changelog
by Devrim Gündüz (2018-03-06):
- Initial packaging for PostgreSQL RPM repository |