diff --git a/borg/.borg/backup.sh b/borg/.borg/backup.sh index 9bbf76e..9df4ac7 100755 --- a/borg/.borg/backup.sh +++ b/borg/.borg/backup.sh @@ -51,6 +51,7 @@ borg create --progress --stats --exclude-caches \ --exclude $HOME/nas \ --exclude $HOME/go \ --exclude $HOME/.var/app/com.valvesoftware.Steam \ +--exclude $HOME/.config/borg/security/ \ $ARCHIVE $SRC && if ! $LOCAL; then date +%s > $HOME/.lastbak; fi