I’m using hass.io, I’ve set my system up to save off camera images in the /config/www/saved_images directory, it works great. However, I just ran a snapshot/backup of my hass.io installation and it took forever to complete. The resulting hass.io backup was ~200MB! This is because it is backing up all of my saved image files since they are in the /config directory.
I’d like to move those saved camera images to another location but I think I’m hamstrung by hass.io. Because in hass.io home assistant is run from a docker container I have very limited access to selecting directories with whitelist_external_dirs
. I tried to set up /backup/saved_images as a whitelist dir but the configuration checker complains that /backup is not a directory (no access from the docker).
I like the idea of moving the images to a new location but there are two problem I can see:
- The hass.io docker instance needs to be able to access the directory.
- I’d really like to be able to navigate these files via a samba share (using the hass.io samba add-on)
I found that there is a ticket open to allow /backup from hass.io. Is there somewhere I can look for (or better yet, set) the list of accessible hass.io directories?
What are my options here?