From e4b8875bdd541bcdbd0a1940f86601d45ba8c7ea Mon Sep 17 00:00:00 2001 From: Nikolay Date: Thu, 8 Dec 2016 14:44:19 -0800 Subject: [PATCH] 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.