readme: fixed typo

This commit is contained in:
Sameer Naik
2015-11-27 16:49:13 +05:30
parent 22dba65610
commit 710299161a
+1 -1
View File
@@ -287,7 +287,7 @@ This is useful for developers to quickly snapshot the current state of a live da
## Creating a backup
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 master by specifying `REPLICATION_MODE=backup`.
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.