Skip to content
This repository has been archived by the owner on Mar 24, 2023. It is now read-only.

Commit

Permalink
Fix snapshot exclude (home-assistant#1731)
Browse files Browse the repository at this point in the history
  • Loading branch information
ludeeus authored Dec 28, 2020
1 parent d0cfdce commit e38acce
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions deconz/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions deconz/config.json
Original file line number Diff line number Diff line change
@@ -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"],
Expand Down Expand Up @@ -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
},
Expand Down

0 comments on commit e38acce

Please sign in to comment.