The following has been working great for me since the snapshot service was introduced and produces snapshots named like “Full_Snapshot_2018-11-26_0.82.1” (visible from within the snapshots page). Of course the file name is still unreadable, but you can sort those by date to get a good idea of what is what.
Note: I have most of my config files broken out separately for ease of maintenance.
Ah, I see now that you are trying to do this from within the GUI editor… that will not work as it looks to be using what you put there as a literal string.
When I look at that automation in the GUI editor, all I see is {}. Unfortunately there is still a number of things you cannot set up from the GUI editor at this time.
First thing is that you will need to paste the example directly into your automations.yaml file (be mindful that the indenting stays identical, yaml is very picky about spacing).
Second thing is that you need to either create the sensor that the automation is using (sensor.current_hass_version) or remove that section from the automation
Oh ok did not know that. I was trying to use this as i wanted to test it before using it within my automation.
As i am not using the normal configuration for my automations but node red i think i need to figure if that is even possible to work out the way i wanted to have it.
I have created the sensor before doing the test as i thought the version would be a good idea as additional info
Nice link, that’s a good idea, need to make a better use of the secret file though. I have so many files to fix for privacy issues, ultimately I will do it. Hope for a different solution in the meantime
Hi. I have been using the (full) snapshots & Dropbox Addon very successfully for some months, but now I have started saving motion video and I have a huge “shared” folder that I need to exclude… can you point me to any docs or tell me how to do that? I guess what I need is a partial backup that includes all (config, ssl, addons) EXCEPT the “share” folder.
I’ve got a question about “keep_last” argument - it indeed deletes snapshots that are over the given limit, but is it possible to reflect this change also on dropbox?
I mean - it’s cool that my microsd card isn’t going to fill up, but I’ve noticed, that the deleted snapshots are still on dropbox, and slowly are filling it up over there.
What I want to do is partial backup of everything except for the mariadb database (not really needed), but there isn’t a filter option afaik. And this automation only saves plugins data but not
Hi,
Is it possible to have the snapshot filename matching the snapshot description ? The filename is completely random, and I have modify it manually.
Is there a HASSIO service capable of reading the snapshot name, and can we use a script to rename the .tar file automatically ?
Thanks for your advice!
Thank you for this information, that’s something I didn’t know… I guess all my backup are unusable now. It would be worth being written somewhere on the snapshot creation/restore page.