Return-Path: X-Original-To: apmail-hbase-user-archive@www.apache.org Delivered-To: apmail-hbase-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 15E03D246 for ; Tue, 27 Nov 2012 18:30:37 +0000 (UTC) Received: (qmail 6255 invoked by uid 500); 27 Nov 2012 18:30:35 -0000 Delivered-To: apmail-hbase-user-archive@hbase.apache.org Received: (qmail 6212 invoked by uid 500); 27 Nov 2012 18:30:35 -0000 Mailing-List: contact user-help@hbase.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@hbase.apache.org Delivered-To: mailing list user@hbase.apache.org Received: (qmail 6201 invoked by uid 99); 27 Nov 2012 18:30:34 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 27 Nov 2012 18:30:34 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=5.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of pablo@psafe.com designates 187.0.212.22 as permitted sender) Received: from [187.0.212.22] (HELO aherelay01.exch.emailtotal.com.br) (187.0.212.22) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 27 Nov 2012 18:30:27 +0000 Received: from exchange.emailtotal.com.br (ahecas02.email.total [187.0.212.19]) by aherelay01.exch.emailtotal.com.br (Postfix) with ESMTP id 7E7ED183C6; Tue, 27 Nov 2012 16:30:05 -0200 (BRST) Received: from exchange.email.total ([fe80::f198:3717:5313:7fe8]) by ahecas02.email.total ([fe80::a17d:464:f75f:3828%10]) with mapi; Tue, 27 Nov 2012 16:29:43 -0200 From: Pablo Musa To: "user@hbase.apache.org" , lars hofhansl Date: Tue, 27 Nov 2012 16:29:44 -0200 Subject: RE: Backup strategy Thread-Topic: Backup strategy Thread-Index: Ac3DWW+UCu2TpgkxR3q08xUfH3nW2AJcn2Sg Message-ID: References: <1353001580.54331.YahooMailNeo@web140602.mail.bf1.yahoo.com> In-Reply-To: <1353001580.54331.YahooMailNeo@web140602.mail.bf1.yahoo.com> Accept-Language: pt-BR Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: acceptlanguage: pt-BR Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Virus-Checked: Checked by ClamAV on apache.org Lars, thanks for the great post. However I am using HBase 0.90.6 :( What is the best approach in my case? My data is not very big 100GB divided into 4 tables. I don't need daily bac= kup, weekly maybe. But I need to be able to fully restore the state (all data in= a consistent state) if my migration goes wrong. Thanks, Pablo -----Original Message----- From: lars hofhansl [mailto:lhofhansl@yahoo.com]=20 Sent: quinta-feira, 15 de novembro de 2012 15:46 To: user@hbase.apache.org Subject: Re: Backup strategy Here's one way: http://hadoop-hbase.blogspot.com/2012/04/timestamp-consiste= nt-backups-in-hbase.html ________________________________ From: David Charle To: user@hbase.apache.org Sent: Thursday, November 15, 2012 7:41 AM Subject: Backup strategy =20 Hi Anyone using any backup strategy (other than replication) for any point-in-= time restore ? Any recommendations on best practices ? -- David