1
0
mirror of https://github.com/dhamaniasad/awesome-postgres.git synced 2025-01-24 11:26:12 +02:00

Add pg_back

This commit is contained in:
Adrien nayrat 2016-09-13 18:46:25 +02:00 committed by GitHub
parent c2dbd44ba9
commit c20b6d9115

View File

@ -27,6 +27,7 @@ A curated list of awesome PostgreSQL software, libraries, tools and resources, i
### Backups
* [Barman](http://www.pgbarman.org/) - Backup and Recovery Manager for Postgres by 2ndQuadrant
* [OmniPITR](https://github.com/omniti-labs/omnipitr) - Advanced WAL File Management Tools for PostgreSQL
* [pg_back](https://dalibo.github.io/pitrery/) - pg_back is a simple backup script
* [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 Postgres to S3, Azure, or Swift by Heroku