From f0d0a3c11dc268823f87355be270d6a48140e8c0 Mon Sep 17 00:00:00 2001 From: Jonas Forsberg Date: Wed, 23 Sep 2020 13:21:21 +0200 Subject: [PATCH] added SUSE training folders to exclude list --- bin/borg.sh | 2 ++ 1 file changed, 2 insertions(+) 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/*' \