From aa901bef9c0b7446dbc61bf5bf61a588e0712cd8 Mon Sep 17 00:00:00 2001 From: Nico Schottelius Date: Wed, 15 Apr 2026 12:47:54 +0200 Subject: [PATCH] Only keep 10 snapshots, it's enough --- backup-via-restic | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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