scripts/couchdb_start_replication
author Tomas Zeman <tzeman@volny.cz>
Fri, 07 Sep 2012 11:14:29 +0200
changeset 19 08238959d9fc
parent 17 9505016b06d7
permissions -rwxr-xr-x
scripts/domain-check by Matty (http://www.cyberciti.biz/files/scripts/domain-check-2.txt)

#!/bin/sh
curl -X POST http://localhost:5984/_replicate -d '{"source":"http://.../src/", "target":"dst", "continuous":true}'