updates to make better use of restic-scripts
This commit is contained in:
10
scripts/prune_backups.sh
Executable file
10
scripts/prune_backups.sh
Executable file
@@ -0,0 +1,10 @@
|
||||
#!/bin/bash
|
||||
|
||||
python -m restic.forget \
|
||||
--keep-last 5 \
|
||||
--keep-weekly 8 \
|
||||
--keep-monthly 12 \
|
||||
--keep-yearly 7
|
||||
# --json | jq .
|
||||
|
||||
python -m restic.prune
|
||||
Reference in New Issue
Block a user