From e38acced5dbdffbf8c687446c16870c52af29e2d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joakim=20S=C3=B8rensen?= Date: Mon, 28 Dec 2020 16:09:33 +0100 Subject: [PATCH] Fix snapshot exclude (#1731) --- deconz/CHANGELOG.md | 4 ++++ deconz/config.json | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/deconz/CHANGELOG.md b/deconz/CHANGELOG.md index 1222645..4990c95 100644 --- a/deconz/CHANGELOG.md +++ b/deconz/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 6.6.2 + +- Fixes issues where the `otau` directory was not excluded from snapshots + ## 6.6.1 - Small cleanup with s6-overlay diff --git a/deconz/config.json b/deconz/config.json index 6c1d7f2..f4b7fda 100644 --- a/deconz/config.json +++ b/deconz/config.json @@ -1,6 +1,6 @@ { "name": "deCONZ", - "version": "6.6.1", + "version": "6.6.2", "slug": "deconz", "description": "Control a Zigbee network with ConBee or RaspBee by Dresden Elektronik", "arch": ["amd64", "armhf", "aarch64"], @@ -30,7 +30,7 @@ "apparmor": false, "privileged": ["SYS_MODULE", "SYS_RAWIO"], "devices": ["/dev/bus/usb:/dev/bus/usb:rwm", "/dev/mem:/dev/mem:rw"], - "snapshot_exclude": ["/data/otau/*"], + "snapshot_exclude": ["*/otau"], "options": { "device": null },