From c86dcce6eb929f6405409d04338ddd6761f996d3 Mon Sep 17 00:00:00 2001 From: Nico Schottelius Date: Thu, 19 Sep 2024 01:59:18 +0900 Subject: [PATCH] backup: ignore cargo cache --- backup-via-restic | 1 + 1 file changed, 1 insertion(+) diff --git a/backup-via-restic b/backup-via-restic index 2f8b9de..28e2d52 100755 --- a/backup-via-restic +++ b/backup-via-restic @@ -29,6 +29,7 @@ else --exclude ~/movies/ \ --exclude ~/.cdist \ --exclude ~/.cache \ + --exclude ~/.cargo \ --exclude ~/.config/**/cache \ --exclude ~/.config/**/logs \ ~/