mirror of
https://github.com/apache/lucene.git
synced 2025-02-10 03:55:46 +00:00
SOLR-13608 introduces a new "incremental" backup format, which allows storage of multiple backup "points" in the same location. This development introduces a need for APIs to manage these potentially plural backups. This commit introduces /admin/collections?action=LISTBACKUPS and /admin/collections?action=DELETEBACKUP to handle these backups.