scripts/couchdb_start_replication
author Tomas Zeman <tzeman@volny.cz>
Mon, 05 Aug 2013 16:35:00 +0200
changeset 27 e8cb759c60b4
parent 17 9505016b06d7
permissions -rwxr-xr-x
merged conf/fs.conf: file.cat

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