1
0
mirror of https://github.com/home-assistant/supervisor.git synced 2026-02-14 23:19:37 +00:00

Add .cache to backup exclusion list (#6483)

* Add frontend_development_pr to backup exclusion list

* update frontend dev pr folder name to frontend_development_artifacts

* Update backup exclusion list to replace frontend_development_artifacts with .cache
This commit is contained in:
Wendelin
2026-02-03 15:33:13 +01:00
committed by GitHub
parent 6806c1d58a
commit c2de83e80d

View File

@@ -75,6 +75,7 @@ HOMEASSISTANT_BACKUP_EXCLUDE = [
"backups/*.tar",
"tmp_backups/*.tar",
"tts/*",
".cache/*",
]
HOMEASSISTANT_BACKUP_EXCLUDE_DATABASE = [
"home-assistant_v?.db",