From 79b61fe657008d5611ae1f8aa89c65cc050dfb03 Mon Sep 17 00:00:00 2001 From: Nico Schottelius Date: Sun, 22 Sep 2024 17:38:55 +0900 Subject: [PATCH] backup: ignore xapian dir --- backup-via-restic | 1 + 1 file changed, 1 insertion(+) diff --git a/backup-via-restic b/backup-via-restic index f8f9ce4..e475f6e 100755 --- a/backup-via-restic +++ b/backup-via-restic @@ -28,6 +28,7 @@ else --exclude ~/Downloads \ --exclude ~/movies/ \ --exclude ~/.cdist \ + --exclude ~/.mu/xapian \ --exclude ~/.cache \ --exclude ~/.cargo \ --exclude ~/.local/share/Trash \