From 78d5c0cda5390d9622e59aa6e63c7768afc3f9bd Mon Sep 17 00:00:00 2001 From: PlexSheep Date: Sat, 29 Jul 2023 14:01:14 +0200 Subject: [PATCH] remove target folders (for cargo developement) --- borg-backup.theseus.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/borg-backup.theseus.sh b/borg-backup.theseus.sh index b291f3d..556a227 100755 --- a/borg-backup.theseus.sh +++ b/borg-backup.theseus.sh @@ -44,6 +44,7 @@ $BORG_BIN create \ --exclude '*/.Trash*' \ --exclude '*/Trash*' \ --exclude '*/build/*' \ + --exclude '*/target/*' \ --exclude '*Steam*' \ \ ${BORG_REPO}::'{hostname}-{now}' \