ankitsol opened a new pull request, #6788:
URL: https://github.com/apache/hbase/pull/6788

   The incremental backup collects all the WALs generated since the last full 
or incremental backup and processes them into HFiles for optimized restoration. 
With the new continuous backup feature, the necessary WALs are already 
available at the backup location and are used directly, eliminating the need to 
retrieve them from the source cluster.
   
   The incremental backup command itself remains unchanged.
   
   If previous backups are part of a continuous backup: Uses the WALs already 
backed up in the backup location.
   
   If previous backups are not part of a continuous backup: Operates as a 
traditional incremental backup, collecting WALs from the source cluster.
   
   JIRA: https://issues.apache.org/jira/browse/HBASE-28990


-- 
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