You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "Demai Ni (JIRA)" <ji...@apache.org> on 2014/04/02 18:49:18 UTC

[jira] [Created] (HBASE-10900) FULL table backup and restore

Demai Ni created HBASE-10900:
--------------------------------

             Summary: FULL table backup and restore
                 Key: HBASE-10900
                 URL: https://issues.apache.org/jira/browse/HBASE-10900
             Project: HBase
          Issue Type: Task
            Reporter: Demai Ni
            Assignee: Demai Ni
             Fix For: 1.0.0


This is a subtask of [HBase-7912|https://issues.apache.org/jira/browse/HBASE-7912] to support FULL backup/restore.

{code:title=Backup Restore example|borderStyle=solid}
$hbase backup create full /user/biadmin/backup1 t1_dn
$hbase backup create full hdfs://hostname.hbase.com:9000/user/biadmin/backup1 t2_dn
$hbase restore /user/biadmin/backup1/ backup_1396206203119 t1_dn t1_dn_restore
{code}





--
This message was sent by Atlassian JIRA
(v6.2#6252)