You don’t need the add-on for Samba. If you’re on linux simply run sudo apt-get install samba (or equivalent command to install)
what snapshot are you looking to restore? You just need to copy the content of your HA folder on the new system and make sure it’s set as a volume for Docker to give to HA’s container
Thank you. What work on my part will be required? Could you please point me at some instructions?
As of a couple of hours ago I had no experience of Docker and want to determine wether the befits are there to make me move from RPi to a Synology NAS.
Personally, I recommend just running normal Home Assistant Docker, and not hassio. Learn how to do it yourself. You don’t need a web IDE, you can use any text editor you like. The add-ons are merely a way of expanding on the ‘appliance’ like nature of hassio. You can do any of that stuff if you learn how Docker works.
There are no snapshots, add-ons are not easy to install (you will have to figure out how to replicate the functionality of what you want), and that’s about it.
I did the samething back in august, I run the standard Homeassistant/home-assistant docker. And seperate docker for Node-red, Samba, appdeamon, nginx and a few other things.
Having MQTT broken out gives you a little flexiblity. I have some DIY devices that send status updates to MQTT. If HASS is down or rebooting , those updates are not put on the MQTT server and picked up when HASS comes back up. I can reboot HASS docker and everything else stays up. MQTT. NGINX , NodeRed , etc.