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:
@@ -75,6 +75,7 @@ HOMEASSISTANT_BACKUP_EXCLUDE = [
|
||||
"backups/*.tar",
|
||||
"tmp_backups/*.tar",
|
||||
"tts/*",
|
||||
".cache/*",
|
||||
]
|
||||
HOMEASSISTANT_BACKUP_EXCLUDE_DATABASE = [
|
||||
"home-assistant_v?.db",
|
||||
|
||||
Reference in New Issue
Block a user