home-assistant: Correct BURP exclude syntax

BURP does not support relative paths or globs in `exclude` values.
ntfy
Dustin 2022-01-16 10:08:27 -06:00
parent 5efbee725e
commit c12da40228
1 changed files with 1 additions and 1 deletions

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.*