From e4b8875bdd541bcdbd0a1940f86601d45ba8c7ea Mon Sep 17 00:00:00 2001 From: Nikolay Date: Thu, 8 Dec 2016 14:44:19 -0800 Subject: [PATCH 1/2] pg_probackup added --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 7fcec0e..051026c 100644 --- a/README.md +++ b/README.md @@ -33,6 +33,7 @@ A curated list of awesome PostgreSQL software, libraries, tools and resources, i * [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. +* [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. ### GUI * [Adminer](https://www.adminer.org/) - Full-featured database management tool written in PHP. From c2d83ef39238f113f370cccf40a7aa39f508071e Mon Sep 17 00:00:00 2001 From: Nikolay Date: Fri, 9 Dec 2016 06:53:30 -0800 Subject: [PATCH 2/2] order --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 051026c..dda638e 100644 --- a/README.md +++ b/README.md @@ -30,10 +30,10 @@ 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. -* [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. ### GUI * [Adminer](https://www.adminer.org/) - Full-featured database management tool written in PHP.