actually delete them also

This commit is contained in:
Sebastian
2024-05-13 05:36:54 +02:00
parent 23c21c9ec3
commit 29efdbd346

View File

@@ -16,6 +16,6 @@ for file in $backup_files; do
# Keep only the latest backup file for this volume name # Keep only the latest backup file for this volume name
if [[ "$file" != "$latest_backup" ]]; then if [[ "$file" != "$latest_backup" ]]; then
echo "$file" rm "$file"
fi fi
done done