NihalJain commented on code in PR #7200: URL: https://github.com/apache/hbase/pull/7200#discussion_r2272541107
########## src/main/asciidoc/_chapters/backup_restore.adoc: ########## @@ -578,32 +578,45 @@ $ hbase backup describe backupId_1467823988425 // hbase backup delete [[br.delete.backup]] -=== Deleting a Backup Image +=== Deleting Backup Images -This command can be used to delete a backup image which is no longer needed. +The `hbase backup delete` command deletes backup images that are no longer needed. + +[[br.delete.backup.syntax]] +==== Syntax [source] ---- -$ hbase backup delete <backup_id> +$ hbase backup delete -l <backup_id1,backup_id2,...> Review Comment: > > also please analyse that this is not a backward incompatible change. > > this is just a documentation update, right? But I will still check that. maybe mention a note regarding that? Not as part of this ticket, please create a new JIRA for this. -- 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]
