1
0
mirror of https://github.com/home-assistant/supervisor.git synced 2025-12-20 10:28:45 +00:00

Exclude Text-to-Speech cache from backups (#5313)

This commit is contained in:
Paulus Schoutsen
2024-09-30 02:41:18 -04:00
committed by GitHub
parent 3af565267b
commit 1a67fe8a83

View File

@@ -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",