| author | Tomas Zeman <tzeman@volny.cz> |
| Thu, 03 Nov 2011 09:57:04 +0100 | |
| changeset 17 | 9505016b06d7 |
| parent 16 | 8dd31c2c72a5 |
| child 18 | 01a815c167f5 |
--- a/scripts/couchdb_start_replication Tue Oct 04 15:35:58 2011 +0200 +++ b/scripts/couchdb_start_replication Thu Nov 03 09:57:04 2011 +0100 @@ -1,2 +1,2 @@ #!/bin/sh -curl -X POST http://localhost:5985/_replicate -d '{"source":"http://127.0.0.1:25984/tt2sloane/", "target":"miracle2sppt", "continuous":true}' +curl -X POST http://localhost:5984/_replicate -d '{"source":"http://.../src/", "target":"dst", "continuous":true}'