pg_back - Simple backup script for PostgreSQL
Website: | https://github.com/orgrim/pg_back |
---|---|
License: | BSD |
Vendor: | PostgreSQL Global Development Group |
- 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.6-1.rhel6.src [9 KiB] |
Changelog
by Devrim Gündüz (2018-09-06):
- Update to 1.6 |
pg_back-1.5-1.rhel6.src [9 KiB] |
Changelog
by Devrim Gündüz (2018-03-12):
- Update to 1.5 |