Return-Path: X-Original-To: apmail-cassandra-user-archive@www.apache.org Delivered-To: apmail-cassandra-user-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 397C2108D5 for ; Fri, 26 Apr 2013 00:10:39 +0000 (UTC) Received: (qmail 14328 invoked by uid 500); 26 Apr 2013 00:10:36 -0000 Delivered-To: apmail-cassandra-user-archive@cassandra.apache.org Received: (qmail 14307 invoked by uid 500); 26 Apr 2013 00:10:36 -0000 Mailing-List: contact user-help@cassandra.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@cassandra.apache.org Delivered-To: mailing list user@cassandra.apache.org Received: (qmail 14297 invoked by uid 99); 26 Apr 2013 00:10:36 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 26 Apr 2013 00:10:36 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of rcoli@eventbrite.com designates 209.85.128.44 as permitted sender) Received: from [209.85.128.44] (HELO mail-qe0-f44.google.com) (209.85.128.44) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 26 Apr 2013 00:10:32 +0000 Received: by mail-qe0-f44.google.com with SMTP id w7so2430838qeb.17 for ; Thu, 25 Apr 2013 17:10:11 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=mime-version:x-received:in-reply-to:references:date:message-id :subject:from:to:content-type:x-gm-message-state; bh=KDrJLtnAPKCWK0PM0LD1wYk+Z+eDnqWMfiPmKL3m9z4=; b=oG/4KMdSrVornlpRwJKDC3sVAA+cq5p6IlPkXoez5hGfmOt/++sfKABXYo+z0S6jW5 jbcS0AZ9upp0z+QyT9i/htP6UVtTpR/SJPoi5/P5eG9xpuCzzDqSw/NcpdG4n95TcyBA bQ80H426x0XzaKYsWvBQh4f7BpTctZKc/6/lFlxhmfojb7kdZC2hnZnWvn5AkpeU/ZRt Thgz/pBWc9HEcnyJS76YoA+W7OftW4HWjaBV+jGExyC5sVoX2dKLU2I/QmlAAogF3amH XHmeQF48AfwGEI5X7xiehXGMfcRD1fe2h8hsF+8pCMvZ+shu/1Gj+Q363+KLUyazJhWJ ejYA== MIME-Version: 1.0 X-Received: by 10.229.92.206 with SMTP id s14mr2332290qcm.12.1366935011420; Thu, 25 Apr 2013 17:10:11 -0700 (PDT) Received: by 10.49.29.129 with HTTP; Thu, 25 Apr 2013 17:10:11 -0700 (PDT) In-Reply-To: References: Date: Thu, 25 Apr 2013 17:10:11 -0700 Message-ID: Subject: Re: Cassandra remote backup solution From: Robert Coli To: user@cassandra.apache.org Content-Type: text/plain; charset=ISO-8859-1 X-Gm-Message-State: ALoCoQkoM+BfQX++ZEMAlvpB8PmKIvmh28p8kSGa6RTUKRb+lTSyLHszgo7sYdqAaq3Grlrt4KY9 X-Virus-Checked: Checked by ClamAV on apache.org On Thu, Apr 25, 2013 at 3:04 PM, Daning Wang wrote: > What is the cassandra solution for remote backup besides multi-center? I > hope I can do incremental backup to remote database center. Your semi-automated options which do not involve replicating to a remote cluster include : 1) tablesnap/tableslurp/tablechop (s3/ec2-centric) - https://github.com/synack/tablesnap 2) Priam (s3/ec2-centric) - https://github.com/Netflix/Priam =Rob