From 3d050958744b4bb27000362e6c6c43fe6d6dbb91 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=93scar=20N=C3=A1jera?= Date: Sat, 2 Jan 2021 10:33:10 +0100 Subject: exclude target in backups --- bin/backup.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'bin') diff --git a/bin/backup.sh b/bin/backup.sh index 74cc02c..aa4dd46 100755 --- a/bin/backup.sh +++ b/bin/backup.sh @@ -14,6 +14,7 @@ backup_local(){ --exclude '*/.notmuch' \ --exclude '*/node_modules' \ --exclude '*/js/compiled' \ + --exclude '*/target' \ --exclude '*/mpd/log' \ --exclude '*/venv/' \ --exclude '*/.tox/' \ -- cgit v1.2.3