Skip to content
Snippets Groups Projects
Commit c3606d05 authored by jurgenhaas's avatar jurgenhaas
Browse files

Make snapshots incremental

parent 4af9cf73
No related branches found
No related tags found
No related merge requests found
......@@ -2,4 +2,4 @@
{% set ES_INDICES = elasticsearch.snapshot.indices|join(',') %}
curl -X PUT 'http://elastic:{{ elasticsearch.users.elastic|default("") }}@localhost:9200/_snapshot/Backup/snapshot_1?wait_for_completion=true' -H 'Content-Type: application/json' -d '{"indices": "{{ ES_INDICES }}","ignore_unavailable": true,"include_global_state": false}'
curl -X PUT 'http://elastic:{{ elasticsearch.users.elastic|default("") }}@localhost:9200/_snapshot/Backup/%3Csnapshot-%7Bnow%2Fd%7D%3E?wait_for_completion=true' -H 'Content-Type: application/json' -d '{"indices": "{{ ES_INDICES }}","ignore_unavailable": true,"include_global_state": false}'
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment