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

6 lines
116 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
umount /home/lbkp/es
fstrim -a -v