How can I backup addons without image.tar? Is it possible?
I have addons with following structure:
data\
options.json
image.tar
addon.json
However image.tar is too big to daily backup. Is it something build in what I can’t affect it or should it be changed by developer of the addon? Because image.tar is not backuped with every addon but I can find no info about it on dev docs or community
Agree, I also have just rebuilt one of my addons on Debian Bullseye instead of Debian Buster and image.tar is making the size of the backup huge!
Maybe you can open a feature request here: Feature Requests - Home Assistant Community
Addon developers can add an attribute called backup_exclude in the config.yaml to exclude files in the addon file system from the backup. However, it does not seem to be possible to exclude those docker layers that make the backup huge. Any idea?