Only keep 10 snapshots, it's enough
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 10s
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 10s
This commit is contained in:
parent
704b4e3446
commit
aa901bef9c
1 changed files with 1 additions and 1 deletions
|
|
@ -39,5 +39,5 @@ else
|
|||
--exclude ~/.config/**/logs \
|
||||
~/
|
||||
|
||||
restic -r ${repo} forget --keep-last 20 --prune
|
||||
restic -r ${repo} forget --keep-last 10 --prune
|
||||
fi
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue