scripts/couchdb_start_replication
author Chris Jones <chris@sysadminchris.com>
Mon, 14 Jan 2013 17:18:11 -0500
changeset 21 14a903cf9505
parent 17 9505016b06d7
permissions -rwxr-xr-x
Added ie and us support. Cleaned up awk and cut commands not being called from variables.

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