home-assistant: Correct BURP exclude syntax
BURP does not support relative paths or globs in `exclude` values.ntfy
parent
5efbee725e
commit
c12da40228
|
@ -21,4 +21,4 @@ collectd_df:
|
||||||
|
|
||||||
burp_backup:
|
burp_backup:
|
||||||
- include: /var/lib/homeassistant
|
- include: /var/lib/homeassistant
|
||||||
- exclude: home-assistant_v2.db*
|
- exclude_regex: .*/home-assistant_v2\.db.*
|
||||||
|
|
Loading…
Reference in New Issue