scripts/couchdb_start_replication
author Tomas Zeman <tzeman@volny.cz>
Wed, 12 Sep 2018 16:28:23 +0200
changeset 36 9db9af459e7b
parent 17 9505016b06d7
permissions -rwxr-xr-x
scripts/os-info

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