mirror of
https://github.com/home-assistant/supervisor.git
synced 2025-07-08 17:56:33 +00:00
Exclude Text-to-Speech cache from backups (#5313)
This commit is contained in:
parent
3af565267b
commit
1a67fe8a83
@ -66,6 +66,7 @@ HOMEASSISTANT_BACKUP_EXCLUDE = [
|
||||
"*.log",
|
||||
"*.log.*",
|
||||
"OZW_Log.txt",
|
||||
"tts/*",
|
||||
]
|
||||
HOMEASSISTANT_BACKUP_EXCLUDE_DATABASE = [
|
||||
"home-assistant_v?.db",
|
||||
|
Loading…
x
Reference in New Issue
Block a user