Merge pull request #144 from NikolayS/patch-3

pg_probackup added
This commit is contained in:
Asad Dhamani 2016-12-12 14:44:48 +05:30 committed by GitHub
commit 98f3f89868

View File

@ -30,6 +30,7 @@ A curated list of awesome PostgreSQL software, libraries, tools and resources, i
### Backups
* [Barman](http://www.pgbarman.org/) - Backup and Recovery Manager for PostgreSQL by 2ndQuadrant.
* [OmniPITR](https://github.com/omniti-labs/omnipitr) - Advanced WAL File Management Tools for PostgreSQL.
* [pg_probackup](https://github.com/postgrespro/pg_probackup) A fork of pg_arman, improved by @PostgresPro, supports incremental backups, backups from replica, multithreaded backup and restore, and anonymous backup without archive command.
* [pgBackRest](http://www.pgbackrest.org) - Reliable PostgreSQL Backup & Restore.
* [pghoard](https://github.com/ohmu/pghoard) - Backup and restore tool for cloud object stores (AWS S3, Azure, Google Cloud, OpenStack Swift).
* [wal-e](https://github.com/wal-e/wal-e) - Simple Continuous Archiving for PostgreSQL to S3, Azure, or Swift by Heroku.