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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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