translate: fix backup extras match

This should be called "_extra" ... currently it overrides the default
exclude list.  This means /var/lxcfs gets incorrectly included in the
backup and makes it error out as it has sockets and weird stuff that
can't be backed up; this is why we are getting failure mail.

Change-Id: Idea70c32b2d42f77fee2b35487d88a8ee982c856
This commit is contained in:
Ian Wienand 2021-02-23 12:10:45 +11:00
parent 4d85fc521a
commit c27915c3a7
1 changed files with 1 additions and 1 deletions

View File

@ -1,3 +1,3 @@
borg_backup_excludes:
borg_backup_excludes_extra:
# backed up via streaming
- '/var/backups/mysql_backups*'