From 2668b06886aae3287d1189a60927835c38f5e862 Mon Sep 17 00:00:00 2001 From: Sameer Naik Date: Fri, 27 Nov 2015 19:36:13 +0530 Subject: [PATCH] readme: fixes --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1ffa5c3..a8c09e1 100644 --- a/README.md +++ b/README.md @@ -278,7 +278,7 @@ This is useful for developers to quickly snapshot the current state of a live da Just as the case of setting up a slave node or generating a snapshot, you can also create a backup of the data on the master by specifying `REPLICATION_MODE=backup`. -> The backups are generated using [pg_basebackup](http://www.postgresql.org/docs/9.4/static/app-pgbasebackup.html) using the replication protocol. +> The backups are generated with [pg_basebackup](http://www.postgresql.org/docs/9.4/static/app-pgbasebackup.html) using the replication protocol. Once the master node is created as specified in [Setting up a replication cluster](#setting-up-a-replication-cluster), you can create a point-in-time backup using: