remove target folders (for cargo developement)

This commit is contained in:
Christoph J. Scherr 2023-07-29 14:01:14 +02:00
parent 6a98f2db8d
commit 78d5c0cda5
1 changed files with 1 additions and 0 deletions

View File

@ -44,6 +44,7 @@ $BORG_BIN create \
--exclude '*/.Trash*' \ --exclude '*/.Trash*' \
--exclude '*/Trash*' \ --exclude '*/Trash*' \
--exclude '*/build/*' \ --exclude '*/build/*' \
--exclude '*/target/*' \
--exclude '*Steam*' \ --exclude '*Steam*' \
\ \
${BORG_REPO}::'{hostname}-{now}' \ ${BORG_REPO}::'{hostname}-{now}' \