mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-04-27 07:33:18 +02:00
6 lines
116 B
Plaintext
6 lines
116 B
Plaintext
![]() |
#!/bin/bash -e
|
||
|
|
||
|
curl -X DELETE http://localhost:{{ es_port }}/_snapshot/lbkp/lbkp
|
||
|
umount /home/lbkp/es
|
||
|
fstrim -a -v
|