ansible-roles/roles/elasticsearch/templates/post-backup.j2

5 lines
95 B
Plaintext
Raw Normal View History

2021-12-01 19:13:34 +01:00
#!/bin/bash -e
curl -X DELETE http://localhost:{{ es_port }}/_snapshot/lbkp/lbkp
fstrim -a -v