scripts/couchdb_start_replication
author Tomas Zeman <tzeman@volny.cz>
Wed, 01 Jun 2011 14:32:27 +0200
changeset 26 48810ea292c2
parent 10 5183f2628cd2
child 17 9505016b06d7
permissions -rwxr-xr-x
conf/fs.conf: added file.cat
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
10
5183f2628cd2 couchdb replication monitoring
Tomas Zeman <tzeman@volny.cz>
parents:
diff changeset
     1
#!/bin/sh
5183f2628cd2 couchdb replication monitoring
Tomas Zeman <tzeman@volny.cz>
parents:
diff changeset
     2
curl -X POST http://localhost:5985/_replicate -d '{"source":"http://127.0.0.1:25984/tt2sloane/", "target":"miracle2sppt", "continuous":true}'