scripts/couchdb_start_replication
author Tomas Zeman <tzeman@volny.cz>
Tue, 16 Oct 2012 15:19:02 +0200
changeset 20 fe1c8b4725f7
parent 17 9505016b06d7
permissions -rwxr-xr-x
scripts/domain-check: handle .cz domains, sleep 30secs in loop

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