mirror of
https://github.com/home-assistant/supervisor.git
synced 2025-07-09 18:26:30 +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",
|
||||||
"*.log.*",
|
"*.log.*",
|
||||||
"OZW_Log.txt",
|
"OZW_Log.txt",
|
||||||
|
"tts/*",
|
||||||
]
|
]
|
||||||
HOMEASSISTANT_BACKUP_EXCLUDE_DATABASE = [
|
HOMEASSISTANT_BACKUP_EXCLUDE_DATABASE = [
|
||||||
"home-assistant_v?.db",
|
"home-assistant_v?.db",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user