hass-auto-backup icon indicating copy to clipboard operation
hass-auto-backup copied to clipboard

Add the ability to include/exclude multiple addons at once

Open l-t-k opened this issue 3 years ago • 1 comments

First of all, and probably again, really appreciate your work for bringing the community this must have addon!

I'm running a lot of addons on my hassio machine that can be placed in 'buckets': core (dns, dhcp etc.), personal (synchting, wireguard) and multimedia (sonarr, nzbget). I would like to keep all the multimedia addons away from my core backups, because they massively increase the size of the backup and I want to run and keep less frequent backups for those addons. However, I'm running a lot of those and they also change by adding new or removing old multimedia addons very rapidly.

All of the multimedia addons installed are from a single repository. Therefore they all have the same prefix in their docker name. For example all the core addons start with addon_core_*. I would like to have the ability to exclude (or include) all of those addons from a certain repo at once. Like so:

include_addons:
  - addon_core_*

If that is possible I don't have to check and reassign my backups every time I'm adding a addon.

l-t-k avatar Aug 02 '22 10:08 l-t-k

Thanks! This is a great idea, I never thought about it like that but it would make a good addition 👍

jcwillox avatar Aug 08 '22 06:08 jcwillox

This feature has been added in version 1.2.0 🎉

jcwillox avatar Aug 09 '22 15:08 jcwillox