mirror of
https://github.com/home-assistant/supervisor.git
synced 2025-07-18 14:46:30 +00:00
Ignore corrupted databases in backup (#3452)
This commit is contained in:
parent
2a006ae76d
commit
b4cfbe46c1
@ -47,6 +47,7 @@ _LOGGER: logging.Logger = logging.getLogger(__name__)
|
||||
|
||||
HOMEASSISTANT_BACKUP_EXCLUDE = [
|
||||
"*.db-shm",
|
||||
"*.corrupt.*",
|
||||
"__pycache__/*",
|
||||
"*.log",
|
||||
"*.log.*",
|
||||
|
Loading…
x
Reference in New Issue
Block a user