kgeisz commented on PR #7445:
URL: https://github.com/apache/hbase/pull/7445#issuecomment-3543148478

   > > @wchevreuil I have answers to some of your questions:
   > > > 1. Is this a per-table configuration?
   > > 
   > > 
   > > Backups need to be enabled in the HBase conf file via 
`hbase.backup.enable`. For continuous backups, a backup WAL directory needs to 
be set via `hbase.backup.continuous.wal.dir`. Backups can be done on a 
per-table basis.
   > 
   > Will this trigger backups on all existing tables?
   > 
   @wchevreuil  You trigger a backup by running the `hbase backup create full` 
command on the desired tables.
   For example: `hbase backup create full table1,table2,...,tableN`
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to