borg-backup: ignore .bup files

We don't need to backup the old backup tracking files

Change-Id: I829a0f29c016618156e8dca7387d22bb7f0d9d60
This commit is contained in:
Ian Wienand 2020-11-10 12:10:59 +11:00
parent b26622ad12
commit 4c243338e3

@ -1,6 +1,7 @@
borg_backup_excludes:
- '/etc/puppet*'
- '/home/*.cache/*'
- '/root/.bup*'
- '/var/cache/*'
- '/var/tmp/*'
- '/var/lib/lxcfs/*'