thomasmauerer / hassio-addons

My collection of addons for Home Assistant
MIT License
468 stars 54 forks source link

exclude sub folders #125

Closed shannonhochkins closed 1 year ago

shannonhochkins commented 1 year ago

I've been trying to find a good backup service that works with HA/supervisor, all the backup integrations i've tried only allow you to exclude top level folders (/media, /config, /share etc) - I store all my camera assets under /config/www/cameras and i'd like to exclude this from the backup, is there a way to do this?

thomasmauerer commented 1 year ago

No, unfortunately that's not possible.

This addon uses (as most other backup addons) the functionality of the supervisor to create the backups. And the supervisor only allows to exclude the five folders: "config", "ssl", "share", "addons/local" and "media".