home-assistant: Correct BURP exclude syntax

BURP does not support relative paths or globs in `exclude` values.
This commit is contained in:
2022-01-16 10:08:27 -06:00
parent 5efbee725e
commit c12da40228

View File

@@ -21,4 +21,4 @@ collectd_df:
burp_backup:
- include: /var/lib/homeassistant
- exclude: home-assistant_v2.db*
- exclude_regex: .*/home-assistant_v2\.db.*