18
0
Fork 0

not foo but snaprepo

This commit is contained in:
Benoît S. 2019-06-21 15:42:59 +02:00
parent a1fe9027af
commit 502b6ac525
1 changed files with 1 additions and 1 deletions

View File

@ -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",