Files
zigbee-stack/scripts/prune_backups.sh
2024-05-27 19:21:20 -05:00

10 lines
148 B
Bash
Executable File

#!/bin/bash
python -m restic.forget \
--keep-last 5 \
--keep-weekly 8 \
--keep-monthly 12 \
--keep-yearly 7
# --json | jq .
python -m restic.prune