scripts/couchdb_start_replication
author Tomas Zeman <tzeman@volny.cz>
Fri, 30 Aug 2013 10:45:44 +0200
changeset 28 7cccb5cf738b
parent 17 9505016b06d7
permissions -rwxr-xr-x
conf/openssl.conf: certificate expiration checks

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