8 lines
117 B
Bash
Executable File
8 lines
117 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
python -m restic.forget \
|
|
--keep-last 5 \
|
|
--keep-weekly 8 \
|
|
--keep-monthly 12 \
|
|
--keep-yearly 7
|