You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "Ted Yu (JIRA)" <ji...@apache.org> on 2016/05/11 21:13:12 UTC

[jira] [Created] (HBASE-15817) Backup history should mention the type (full or incremental) of the backup

Ted Yu created HBASE-15817:
------------------------------

             Summary: Backup history should mention the type (full or incremental) of the backup
                 Key: HBASE-15817
                 URL: https://issues.apache.org/jira/browse/HBASE-15817
             Project: HBase
          Issue Type: Improvement
            Reporter: Ted Yu
            Assignee: Ted Yu
            Priority: Minor
         Attachments: 15817.v1.txt

[~cartershanklin] performed full backup followed by incremental backup.

In the output of backup history, one of the backups is full, one is incremental. But which one?
{code}
[vagrant@hbase ~]$ hbase backup history
ID             : backup_1462900419633
Tables         : SYSTEM.CATALOG;SYSTEM.SEQUENCE;MY_INDEX;SYSTEM.FUNCTION;SYSTEM.STATS;TEST_DATA
State          : COMPLETE
Start time     : Tue May 10 17:13:39 UTC 2016
End time       : Tue May 10 17:13:53 UTC 2016
Progress       : 100

ID             : backup_1462900212093
Tables         : SYSTEM.CATALOG;SYSTEM.SEQUENCE;MY_INDEX;SYSTEM.FUNCTION;SYSTEM.STATS;TEST_DATA
State          : COMPLETE
Start time     : Tue May 10 17:10:12 UTC 2016
End time       : Tue May 10 17:11:30 UTC 2016
Progress       : 100
{code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)