Adjusted default prune to false

This commit is contained in:
sebivh
2025-12-02 01:31:04 +01:00
parent 0b95485aaa
commit eb85397c7e

View File

@@ -68,7 +68,7 @@ log "--- Backup completed ---"
### PRUNE (optional) ### ### PRUNE (optional) ###
PBS_PRUNE="${PBS_PRUNE:-true}" PBS_PRUNE="${PBS_PRUNE:-false}"
PRUNE_ARGS="${PBS_PRUNE_ARGS:---keep-daily=7 --keep-weekly=4 --keep-monthly=3}" PRUNE_ARGS="${PBS_PRUNE_ARGS:---keep-daily=7 --keep-weekly=4 --keep-monthly=3}"
if [[ "$PBS_PRUNE" == "true" ]]; then if [[ "$PBS_PRUNE" == "true" ]]; then