borg-backup: excludes updates

No need to backup /etc/project-config or root cache things

Change-Id: If31844e974b0bb287c871721453bc6ad500604a8
This commit is contained in:
Ian Wienand 2020-11-12 15:25:34 +11:00
parent dbff6071b1
commit e2ab4a3f4b

View File

@ -1,6 +1,8 @@
borg_backup_excludes:
- '/etc/puppet*'
- '/etc/project-config/*'
- '/home/*.cache/*'
- '/root/*.cache/*'
- '/root/.bup*'
- '/var/cache/*'
- '/var/tmp/*'