Fix restic prunes

This commit is contained in:
Jake Howard 2026-03-17 22:10:07 +00:00
parent 796045bff5
commit 78931fda77
No known key found for this signature in database
GPG key ID: 57AFB45680EDD477

View file

@ -2,6 +2,6 @@
set -e
exec $HOME/backrest.sh --verbose backup --files-from=$HOME/restic-include.txt --exclude-file=$HOME/restic-excludes.txt
$HOME/backrest.sh --verbose backup --files-from=$HOME/restic-include.txt --exclude-file=$HOME/restic-excludes.txt
exec $HOME/backrest.sh forget --prune --keep-daily 30 --keep-monthly 3 --group-by host
$HOME/backrest.sh forget --prune --keep-daily 30 --keep-monthly 3 --group-by host