Improve backup exclude filters (#141311)

* Improve backup exclude filters

* Add comment
This commit is contained in:
Erik Montnemery
2025-03-25 09:52:45 +01:00
committed by GitHub
parent 4f6daa227a
commit 36d32eaabc
4 changed files with 8 additions and 3 deletions

View File

@@ -16,8 +16,8 @@ DATA_MANAGER: HassKey[BackupManager] = HassKey(DOMAIN)
LOGGER = getLogger(__package__)
EXCLUDE_FROM_BACKUP = [
"__pycache__/*",
".DS_Store",
"**/__pycache__/*",
"**/.DS_Store",
".HA_RESTORE",
"*.db-shm",
"*.log.*",