Thanks for your help! Appreciate it!
But I was struggling to access this Samba share in the first place. I’ve spend over 3 hours reading topics and looking for sollutions last night, before getting hopeless and just formatting the SD-card and flash everything again (not realizing this should give me problems uploading the snapshot file).
My first goal was to edit the files via Samba, undoing the previous DuckDNS settings. But I was not able to reach it. Think I’ve messed up a lot of settings trying so on my system now haha. Formatting was my last resort at that point.
Problem was, when I tried to reach the Samba share, it gave me an error or a blanc screen. I also wasn’t able to setup anny shared folders in Windows 7. So that left me confused and irritated.
But I found the sollution, which worked for my problem, here:
I can now finally acces my Samba share from Hassio, but I think I’m missing some folders here?
Edit:
I was searching a bit further and I came across SAMBA settings of another user:
“workgroup”: “CYBERNET”, <======My Home Network Workgroup (make sure it matches your case)
“name”: “hassio”,
“guest”: false, <======== Microsoft don’t play nice with Guest access. So set it to False.
“map”: {
“config”: true, <======= I just need access to my config files,
“addons”: false, <====== so I have set the other folders share to False
“ssl”: false,
“share”: false,
“backup”: false
},
“username”: “admin”, <==================Added username
“password”: “@dm!n”, <==================Added password
“interface”: “eth0”
}
Which let me realize that I should be one folder to far, when seeing the “config” folder in the SAMBA share. I don’t know why, but something prevents me from seeing the “parrent folder”.
So I decided to try a new networkshare directing directly to the backup folder: \HASSIO\BACKUP .
And place the snapshot here. I was able to find it and revert back to this snapshot in Hassio after this.
Still clueless why I can’t acces the parrent folder though…