mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-04-26 15:13:20 +02:00
6 lines
110 B
Plaintext
6 lines
110 B
Plaintext
![]() |
#!/bin/bash
|
||
|
|
||
|
set -eo pipefail
|
||
|
|
||
|
rm -f {{ sftpgo_root_dir }}/backup/*.sql.zst {{ sftpgo_root_dir }}/backup/id_*
|