10 lines
148 B
Bash
Executable File
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 |