Ignore corrupted databases in backup (#3452)

This commit is contained in:
Stefan Agner 2022-02-16 18:11:02 +01:00 committed by GitHub
parent 2a006ae76d
commit b4cfbe46c1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -47,6 +47,7 @@ _LOGGER: logging.Logger = logging.getLogger(__name__)
HOMEASSISTANT_BACKUP_EXCLUDE = [
"*.db-shm",
"*.corrupt.*",
"__pycache__/*",
"*.log",
"*.log.*",