You’re seeing the snapshot time in the name of the snapshot drift about a minute every day.
You’re certain you have snapshot_time_of_day: '12:00' in the addon’s settings.
The snapshot time can drift a few seconds with every snapshot if you don’t set snapshot_time_of_day but even then only a few seconds. It should never drift if you have snapshot_time_of_day set. If you’re still seeing this could you open an issue on the issue tracker and post your configuration and logs after it makes a snapshot (use the “LOGS” link in the web-ui to get the debug logs)? It’ll be easier to go back and forth there.
You know, I’ve always thought it should be but you’re literally the first person to ask. I’ve made this issue to track it and I’ll aim to include it in the next release.
Use your favorite command line processor to create the directory “database” OR us the /share directory that’s already there in hassio.
ie:
cd /config
mkdir database
Now that my installation is running, this is what I see in the folder:
config $ cd database
database $ ls -al
total 1557204
drwxr-xr-x 2 root root 4096 Mar 19 10:15 .
drwxr-xr-x 18 root root 4096 Mar 19 10:14 …
-rw-r–r-- 1 root root 1594568704 Mar 19 10:15 hassIO_v2.db
This only relocates the .db file somewhere other than the /config folder, but allows me to ignore the folder with the backup/snapshot add-in.
Moving the file to a different device has been discussed in this forum under a different thread, more than I was willing to do at this time.
FWIW, the snapshot test created a backup ~700Mb vs ~1.4Gb.
i went for a bike run with my kid.
I came back, and now i watch my HA setup , suddenly i see the unifi addon is back , i launched webgui and all is there…
Very strange
Having problems with port numbers, I open my homeassistant with duckdns.org:8130 and port forwarding directs it to the ip address:8123, when I try to restore a snapshot the addon tries to open duckdns:8123 and fails because I get in via duckdns:8130, is there any reason why it is suddenly doing this, previously it was fine.
The restore link in the addon just takes you to the Supervisor’s snapshot page, so you can navigate there normally (Supervisor > Snapshots). Because of all the different ways Home Assistant can be configured, proxied, etc, it can actually be difficult for an addon to figure out what the “real” address of the machine is. It does its best but doesn’t always work.
Having trouble to restore a snapshot.
The install of the app went wel, everything seems to work the way it should be, but when i upload a snapshot (not created by the addon) to the “backup” folder on google drive i can’t see it in the app in Home Assistant when i sync…
Am i doing something wrong?
The addon can only see the snapshots in Google Drive that it created (this is becauseof how its relationship with Drive works, I can go into more detail if you’d like to know why). If you want to get that snapshot into the addon, you’ll need to move it into Home assistant’s “/backup” folder using the Samba addon or something else that lets you access the files there.
In the future, I might be able to add a dialog that lets you “Import” a snapshot like this from Drive.
Samba works 5 out of 10 times, uploaded the snapshot to the backup folder, all went oke.
From now on i will make all my snapshots with your addon, saver for as samba don’t want to work!