Update to 2025-04-30 17:00

This commit is contained in:
Daniel Berteaud
2025-04-30 17:00:09 +02:00
parent 4fb8dee0b6
commit 931d14ba3d
2 changed files with 50 additions and 29 deletions

View File

@@ -1,6 +1,7 @@
#!/bin/bash -e
{% if pg_remove_dump_after_backup %}
rm -f /home/lbkp/pgsql/*.sql*
{% endif %}
rm -rf /home/lbkp/pgsql/*
{% else %}
rm -f /home/lbkp/pgsql/*.conf
{% endif %}