mirror of https://github.com/apache/lucene.git
33d16b570c
This commit introduces a new way for Solr to do backups (with a new underlying file structure). This new "incremental" backup process improves over the existing backup mechanism in several ways: - multiple backups "points" can now be stored at a given backup location/name, allowing users to choose which point in time they want to restore - subsequent backups skip over uploading files that were uploaded by previous backups, saving time and network time. - files are checksumed as they're uploaded, ensuring that corrupted indices aren't persisted and accidentally restored later. Incremental backups are now the default, and traditional backups should now be considered 'deprecated' but can still be created by passing an `incremental=false` parameter on backup requests. |
||
---|---|---|
.. | ||
src | ||
build.gradle |