Return-Path: Delivered-To: apmail-couchdb-user-archive@www.apache.org Received: (qmail 59805 invoked from network); 15 Jan 2009 15:49:46 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 15 Jan 2009 15:49:46 -0000 Received: (qmail 21411 invoked by uid 500); 15 Jan 2009 15:49:40 -0000 Delivered-To: apmail-couchdb-user-archive@couchdb.apache.org Received: (qmail 21377 invoked by uid 500); 15 Jan 2009 15:49:39 -0000 Mailing-List: contact user-help@couchdb.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@couchdb.apache.org Delivered-To: mailing list user@couchdb.apache.org Received: (qmail 21364 invoked by uid 99); 15 Jan 2009 15:49:39 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 15 Jan 2009 07:49:39 -0800 X-ASF-Spam-Status: No, hits=1.2 required=10.0 tests=FS_REPLICA,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of rwillmer@gmail.com designates 72.14.220.159 as permitted sender) Received: from [72.14.220.159] (HELO fg-out-1718.google.com) (72.14.220.159) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 15 Jan 2009 15:49:32 +0000 Received: by fg-out-1718.google.com with SMTP id 13so592114fge.3 for ; Thu, 15 Jan 2009 07:49:11 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:content-type:content-transfer-encoding; bh=ZrFcDGXn0djCq26iv1PV+6DOD76btUgGOUr56slfn+g=; b=yBIOpiQILm39gi+P2Hhpy5/iEbCarLjRDFKVZNlNisvYJi3pR7dor0XrIo0mj+xSwv bIsq/VHe8rCAoPZIKSwNWJXxC3Cvo/7gaBtvtovr2gglFTZABOR8iTclHOgfZ4xe8Erb 8+FG4nUFiGKUbmgH3Sgh6b6j9JfAoUnwxikBY= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type :content-transfer-encoding; b=p+uL3KmCDY7NUUSmRnC+DQFV/6RrVkkifxYFvXSfiQ2Z2kuycd9Wn8nIYsctqZW3/5 M81edTb6ba1EBLsYHNUA3c/cRHWUdpSYA+GoaWHAKolqppetLmmuyegfdUbCdHaMl6Fl bj1Xr2kfk59VppNbqIyisf5oKUzq1ivzmNb7s= MIME-Version: 1.0 Received: by 10.86.91.3 with SMTP id o3mr1443746fgb.35.1232034551473; Thu, 15 Jan 2009 07:49:11 -0800 (PST) Date: Thu, 15 Jan 2009 15:49:11 +0000 Message-ID: <5cd112870901150749m376d882fu46d49bac70ba4ed0@mail.gmail.com> Subject: HTTP API for replication? From: Rachel Willmer To: user@couchdb.apache.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Could some kind soul please share with me the syntax for doing a replication via the HTTP interface? The cheatsheet at http://wiki.apache.org/couchdb/API_Cheatsheet has this: replicate POST /_replicate But I'm guessing there is more to it than that, like for example the source and destinations? Any pointers welcome Rachel