scripts/couchdb_start_replication
author Tomas Zeman <tzeman@volny.cz>
Wed, 07 Nov 2018 08:41:06 +0100
changeset 37 968d93e43326
parent 17 9505016b06d7
permissions -rwxr-xr-x
externalscripts/certificate_expiration-file-bsd

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