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:
Paulus Schoutsen 2024-09-28 12:22:57 -04:00 committed by Franck Nijhof
parent fc97eb8151
commit aa5e8eaf19
No known key found for this signature in database
GPG Key ID: D62583BA8AB11CA3

View File

@ -13,4 +13,5 @@ EXCLUDE_FROM_BACKUP = [
"*.log",
"backups/*.tar",
"OZW_Log.txt",
"tts/*",
]