I saw a few posts about people losing their Home Assistant setup recently so I made a quick video to walk you through how to setup Google Drive Backup. I tried to keep it short and just provide the necessary information to get up and running since the ones I’ve seen are pretty long.
Moved to the Share your projects category. Community guides operate as a wiki and the first post can be edited by anyone. We cant edit your video if(/when) it becomes out of date.
For those that distrust Google there are other automation methods listed in option 5 here:
Nice video. It would be good to have a video on how to restore from the Google Drive backup. And to remind folks to periodically test the recovery process to ensure everything works.
That’s a good idea. I’ll try to make a follow up video with restoring steps and verifying the backup is being saved to the GDrive. Thanks for the tips.
Back-up to something like a NAS or in my case, a raspi4 with a 1tb hdd hanging off of it.
Using this I store an rsync copy and an HA official backups copy. Choices to encrypt it or not.
The rsync copy is not compressed so you can easily pick a single file out of it (like your secrets if you need them to ssh in while you are recovering. Ask my how I know that…) and copy it over if you want.
There are many solutions. I just provided one easy one for people starting out that is saved somewhere OTHER than the server itself. I personally, I do snapshots of my VM and store them on NAS. But that could be intimidating for a lot of people. Home Assistant is getting more and more user friendly with its constantly expanding UI configurations, I’m trying to help folks who are just getting their feet wet with it and might not be too tech savvy.
Hi newbie question,
I’m having problems with the google backup Addon, it reports: Internal Server Error (“layer does not exist”).
I have searched for answers, but after removing, rebooting, and reinstalling the error remains.
My guess is that the docker image in the server is corrupted.
but when I log into the command line using the terminal add on, I don’t have docker accessible in the command line, and I can’t find it in the system.
Any ideas?