1
0
mirror of https://github.com/home-assistant/supervisor.git synced 2025-12-21 02:49:41 +00:00

Skip corrupt registry files in backups (#5789)

This commit is contained in:
Mike Degatano
2025-03-27 05:32:28 -04:00
committed by GitHub
parent 81fc15d6ac
commit 8b3bf547d7
2 changed files with 7 additions and 0 deletions

View File

@@ -67,6 +67,7 @@ HOMEASSISTANT_BACKUP_EXCLUDE = [
"*.corrupt.*",
"*.log.*",
"*.log",
".storage/*.corrupt.*",
"OZW_Log.txt",
"backups/*.tar",
"tmp_backups/*.tar",