From c20b6d9115819d2e527ad675339cabea0495e41b Mon Sep 17 00:00:00 2001 From: Adrien nayrat Date: Tue, 13 Sep 2016 18:46:25 +0200 Subject: [PATCH 1/3] Add pg_back --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index aba1af6..b9e3e98 100644 --- a/README.md +++ b/README.md @@ -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 From 008487f404997a8c2f62391d5fa307907745a930 Mon Sep 17 00:00:00 2001 From: Adrien nayrat Date: Tue, 13 Sep 2016 18:51:37 +0200 Subject: [PATCH 2/3] Fix underscore escape --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b9e3e98..01eba25 100644 --- a/README.md +++ b/README.md @@ -27,7 +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 +* [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 From d19e592cbc1e9280cc8d5f22c47c61172c5acee3 Mon Sep 17 00:00:00 2001 From: Adrien nayrat Date: Wed, 14 Sep 2016 21:27:50 +0200 Subject: [PATCH 3/3] Fix link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 01eba25..327514e 100644 --- a/README.md +++ b/README.md @@ -27,7 +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 +* [pg\_back](https://github.com/orgrim/pg_back/) - 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