diff --git a/backup-via-restic b/backup-via-restic index fd4038c..5582ad4 100755 --- a/backup-via-restic +++ b/backup-via-restic @@ -28,6 +28,7 @@ restic -r ${repo} backup \ --exclude ~/.cdist \ --exclude ~/.cache \ --exclude ~/.config/**/cache \ + --exclude ~/.config/**/logs \ ~/ restic -r ${repo} forget --keep-last 20 --prune