From b719e8340425dd9cbb4c687e2ab7bf2948454ab2 Mon Sep 17 00:00:00 2001 From: Nico Schottelius Date: Thu, 19 Sep 2024 02:01:10 +0900 Subject: [PATCH] backup: Ignore trash --- backup-via-restic | 1 + 1 file changed, 1 insertion(+) diff --git a/backup-via-restic b/backup-via-restic index 28e2d52..5813859 100755 --- a/backup-via-restic +++ b/backup-via-restic @@ -30,6 +30,7 @@ else --exclude ~/.cdist \ --exclude ~/.cache \ --exclude ~/.cargo \ + --exclude ~/.local/share/Trash \ --exclude ~/.config/**/cache \ --exclude ~/.config/**/logs \ ~/