diff --git a/bin/borg.sh b/bin/borg.sh index 5615026..2c177f8 100755 --- a/bin/borg.sh +++ b/bin/borg.sh @@ -29,6 +29,8 @@ borg create \ --show-rc \ --compression lz4 \ --exclude-caches \ +--exclude '/home/iso/*' \ +--exclude '/home/VMs/*' \ --exclude '/var/cache/*' \ --exclude '/var/tmp/*' \ --exclude '/*/lost\+found/*' \