Hassio edit snapshot

So I have this snapshot but in this snapshot there is an typo in sensor.yaml. I unpacked the file on my mac, unpacked homeassitant folder, editted the sensor.yaml and now all is good. Repacked everything with ‘tar -zxvf’ but now hassio does not reconizes the snapshot (even when I click the refresh icon top right).

What can I do ?

Dealing with this too, I would like to create a backup RPI running snapshots but with a modified configuration.

What I found out is that HASS.IO is using SecureTarFile to generate tars
https://github.com/home-assistant/hassio/blob/dev/hassio/utils/tar.py
https://github.com/home-assistant/hassio/blob/dev/hassio/snapshots/snapshot.py

Same problem here. @JurajNyiri Did you solve this using SecureTarFile?

No, I stopped pursuing this.