HEX
Server: LiteSpeed
System: Linux s3604.bom1.stableserver.net 4.18.0-513.11.1.lve.el8.x86_64 #1 SMP Thu Jan 18 16:21:02 UTC 2024 x86_64
User: dmstechonline (1480)
PHP: 7.4.33
Disabled: NONE
Upload Files
File: //lib/python3.6/site-packages/awscli/examples/emr/schedule-hbase-backup.rst
**Note: This command can only be used with HBase on AMI version 2.x and 3.x**

**1. To schedule a full HBase backup**
>>>>>>> 06ab6d6e13564b5733d75abaf3b599f93cf39a23

- Command::

    aws emr schedule-hbase-backup --cluster-id j-XXXXXXYY --type full --dir
    s3://myBucket/backup --interval 10 --unit hours --start-time
    2014-04-21T05:26:10Z --consistent

- Output::

    None


**2. To schedule an incremental HBase backup**

- Command::

    aws emr schedule-hbase-backup --cluster-id j-XXXXXXYY --type incremental
     --dir s3://myBucket/backup --interval 30 --unit minutes --start-time
    2014-04-21T05:26:10Z --consistent

- Output::

    None