mirror of
https://github.com/home-assistant/supervisor.git
synced 2025-07-19 15:16:33 +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 = [
|
HOMEASSISTANT_BACKUP_EXCLUDE = [
|
||||||
"*.db-shm",
|
"*.db-shm",
|
||||||
|
"*.corrupt.*",
|
||||||
"__pycache__/*",
|
"__pycache__/*",
|
||||||
"*.log",
|
"*.log",
|
||||||
"*.log.*",
|
"*.log.*",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user