From 4dc761fb600942791ecdaae6ebbdd8cd8fd879ae Mon Sep 17 00:00:00 2001 From: Eric Pugh Date: Fri, 3 Jan 2020 10:18:27 -0500 Subject: [PATCH] SOLR-14157: Document backup/restore 'name' param (#1133) --- solr/solr-ref-guide/src/collection-management.adoc | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/solr/solr-ref-guide/src/collection-management.adoc b/solr/solr-ref-guide/src/collection-management.adoc index 99bc0db6f44..5e912712f9b 100644 --- a/solr/solr-ref-guide/src/collection-management.adoc +++ b/solr/solr-ref-guide/src/collection-management.adoc @@ -1239,6 +1239,9 @@ The BACKUP command will backup Solr indexes and configurations for a specified c `collection`:: The name of the collection to be backed up. This parameter is required. +`name`:: +What to name the backup that is created. This is checked to make sure it doesn't already exist, and otherwise an error message is raised. This parameter is required. + `location`:: The location on a shared drive for the backup command to write to. Alternately it can be set as a <>. @@ -1268,6 +1271,9 @@ You can use the collection <> `collection`:: The collection where the indexes will be restored into. This parameter is required. +`name`:: +The name of the existing backup that you want to restore. This parameter is required. + `location`:: The location on a shared drive for the RESTORE command to read from. Alternately it can be set as a <>.