Trying to move from PI B 3+ to NUC.
Using backup to Dropbox for archive from PI.
Updated PI to 0.92, NUC on fresh 0.92
On NUC: fresh, added configurator and SSH. Moved .tar file to backup folder on NUC. Restoring using Wipe+Restore only restores addons.
Looking into .tar file: looks complete, except when looking at folder with configuration.yaml, automations.yaml, etc. scripts.yaml is missing.
Looked in a second .tar file, same.
Any suggestions?
There’s a bunch of tar files in the snapshot. The largest one typically has all the yaml files.
Yes, I did find that nested .tar file. As indicated, script.yaml is not there. Here is what that folder looks like:

Looked through older snapshots:
Last backup with scripts.yaml (and a few other files missing from later snapshots): 90.1 good; 90.2 and later bad.
I only just started using scripts so I will check a snapshot in the morning.
Just checked my latest snapshot and I have scripts.yaml in there… had to dive through 3 levels or tar files to get to it though.
tom_l
9
Yeah mine are there too. Two levels deep, filename.tar then .\homeassistant.tar.gz
Thank you for checking. Last nights automated backup failed the same way again.
Just kicked off the backup again using the same script, this time it worked, sigh.
Will be keeping an eye on this one for a bit.
Finding this in my log after failed backups:
2019-04-27 14:59:35 ERROR (MainThread) [homeassistant.components.hassio] Error on Hass.io API:
2019-04-27 15:52:17 ERROR (MainThread) [homeassistant.components.hassio.handler] Timeout on /snapshots/new/full request
2019-04-27 15:52:17 ERROR (MainThread) [homeassistant.components.hassio] Error on Hass.io API:
Also find this one, along with "Unable to find services.yaml for the custom_updater integration.
Error executing query: (sqlite3.OperationalError) database is locked
(Background on this error at: http://sqlalche.me/e/e3q8)
There is an update/breaking change for custom updater. Database errors will be resolved if you delete the database and restart HA.
Deleted the database and restarted. Mixed success, some snapshots ok some fail. Here’s another error message:
Can’t snapshot folder homeassistant: [Errno 2] No such file or directory: "/data/homeassistant/home-assistant_v2.db-shm’
Looking at the config folder, sometimes the file is there, other times not. Must be a temp file causing this… ???
This suggests a successful snapshot is timing dependent, a bit scary.
Also, this error was after I removed the database file and rebooted. Looking in older log files, this also happened before I removed the db file.
sshaikh
(Shak)
17
Were there any solutions to this? My snapshots are also incomplete.
Not yet, still seeing the problem occasionally. Less frequently after I switched from PI to NUC.