Verbose prunes too

This commit is contained in:
Salt 2025-01-21 15:58:39 -06:00
parent 51cf91e0c4
commit 42f84c2d54

View File

@ -69,6 +69,7 @@ backup() {
# --prune Remove orphaned blobs when we remove snapshots # --prune Remove orphaned blobs when we remove snapshots
/opt/restic-wrapper \ /opt/restic-wrapper \
forget \ forget \
--verbose \
--keep-daily 7 \ --keep-daily 7 \
--keep-weekly 4 \ --keep-weekly 4 \
--keep-monthly 6 \ --keep-monthly 6 \