borg-backup: add a few more global excludes
These were gleaned from looking at what files are taking up space in the deltas of backups. Nothing major, but mlocate in partiuclar is taking up to a couple of hundred mb on some servers. Change-Id: I4b08c4e2491fa7138045aabcb23017ff8cef7600
This commit is contained in:
parent
d917230e71
commit
0b86a6a82e
@ -8,8 +8,11 @@ borg_backup_excludes:
|
||||
- '/var/tmp/*'
|
||||
- '/var/run/*'
|
||||
- '/var/lock/*'
|
||||
- '/var/spool/*'
|
||||
- '/var/lib/lxcfs/*'
|
||||
- '/var/lib/docker/*'
|
||||
- '/var/lib/containerd/*'
|
||||
- '/var/lib/mlocate/*'
|
||||
borg_backup_excludes_extra: []
|
||||
|
||||
borg_backup_dirs:
|
||||
|
Loading…
Reference in New Issue
Block a user