NihalJain commented on code in PR #7200: URL: https://github.com/apache/hbase/pull/7200#discussion_r2272411765
########## 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 incompat change. i am not sure in which version the delete command was added, but if it worked before in say hbase 2, it should still work unless we had a deprecation cycle. this may break user scripts with upgrade otherwise. -- 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]
