anmolnar commented on code in PR #8651: URL: https://github.com/apache/hbase/pull/8651#discussion_r4075732357
########## hbase-website/app/pages/_docs/docs/_mdx/(multi-page)/backup-restore/additional-topics.mdx: ########## @@ -91,75 +138,70 @@ The HBase administration team uses backup sets to store data from a group of tab application called green. In this example, one table contains transaction records and the other contains customer details. The two tables need to be backed up and be recoverable as a group. -The admin team also wants to ensure daily backups occur automatically. -  -The following is an outline of the steps and examples of commands that are used to backup the data for the _green_ application and -to recover the data later. All commands are run when logged in as HBase superuser. +The following workflow outlines the steps to back up and recover the _green_ application data. All Review Comment: Instead of overwriting this section with the more advanced Continuous Backup case, I think we might want to keep the original one as well and outline the differences between the two workflows in a separate example for the same _green_ scenario. -- 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]
