diff --git a/backup-via-restic b/backup-via-restic index 7446dc3..c60a837 100755 --- a/backup-via-restic +++ b/backup-via-restic @@ -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