From 502b6ac525bdce75881b56b66b0ba692356607a2 Mon Sep 17 00:00:00 2001 From: bserie Date: Fri, 21 Jun 2019 15:42:59 +0200 Subject: [PATCH] not foo but snaprepo --- HowtoElasticsearch.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/HowtoElasticsearch.md b/HowtoElasticsearch.md index e79a05e6..89ac11b9 100644 --- a/HowtoElasticsearch.md +++ b/HowtoElasticsearch.md @@ -230,7 +230,7 @@ path.repo: /home/backup-elasticsearch Il faut redémarrer Elasticsearch et créer un ensemble de snapshots (snapshots repository) ainsi : ~~~ -$ curl -H'Content-Type: application/json' -XPUT 'http://localhost:9200/_snapshot/foo' -d '{ +$ curl -H'Content-Type: application/json' -XPUT 'http://localhost:9200/_snapshot/snaprepo' -d '{ "type": "fs", "settings": { "location": "/home/backup-elasticsearch",