Is new system backup forgetting to backup local addons?

Seems the new backup system isn’t including addons_local.tar.gz for me. Do your backups include it?

Here’s a backup from Jun 12th, 2025:

 $ tar -vtf 24f64650.tar | grep addons
 -rw-r--r-- 0/0           25650 2025-06-12 03:01 addons_local.tar.gz

addons_local.tar.gz contains the /addons directory, used for local add-ons.

That is no longer in my automatic backups. I just created another backup turning everything on:

Which generated this:

  /backup ls -lt *.tar | head -1
-rw-r--r--    1 root     root     697507840 Jan  2 17:48 test2_2026-01-02_17.48_44073828.tar

➜  /backup tar -vtf test2_2026-01-02_17.48_44073828.tar | grep local
-rw-r--r-- 0/0   3830252 2026-01-02 17:48:47 local_zwavejs2mqttlr.tar.gz

That’s the add-on created by the local addons config. But the actual config to generate that addon is not backed up.

There are other posts where you can see that local_addons.tar.gz file used to be included.

By the way, this is what clued me in on the issue. After restoring on a different machine I got this repair:

I don’t want to uninstall the add-on. The I manually restored the local add-on config to the /addons directory and restarted.

How do I remove the repair issue? Is there someplace they are stored I can modify?