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}' \