From bcca97da1a2bd4b472e492b0b2a3c1cfbf1c04c7 Mon Sep 17 00:00:00 2001 From: Nico Schottelius Date: Wed, 18 Sep 2024 16:15:45 +0900 Subject: [PATCH] Also ignore Downloads for backup --- backup-via-restic | 1 + 1 file changed, 1 insertion(+) diff --git a/backup-via-restic b/backup-via-restic index 7250d21..fd4038c 100755 --- a/backup-via-restic +++ b/backup-via-restic @@ -23,6 +23,7 @@ export RESTIC_PASSWORD="$(pass git co nico-privat >/dev/null 2>&1; pass notebook restic -r ${repo} backup \ --exclude ~/Nextcloud \ + --exclude ~/Downloads \ --exclude ~/movies/ \ --exclude ~/.cdist \ --exclude ~/.cache \