mirror of
https://github.com/home-assistant/core.git
synced 2025-07-25 14:17:45 +00:00
Exclude Text-to-Speech cache from backups (#127001)
Text-to-speech cache doesn't need to be included in backups.
This commit is contained in:
parent
fc97eb8151
commit
aa5e8eaf19
@ -13,4 +13,5 @@ EXCLUDE_FROM_BACKUP = [
|
|||||||
"*.log",
|
"*.log",
|
||||||
"backups/*.tar",
|
"backups/*.tar",
|
||||||
"OZW_Log.txt",
|
"OZW_Log.txt",
|
||||||
|
"tts/*",
|
||||||
]
|
]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user