This Google Drive add-on has worked really well for me. https://github.com/sabeechen/hassio-google-drive-backup
homeassistant
Home Assistant is open source home automation that puts local control and privacy first. Powered by a worldwide community of tinkerers and DIY enthusiasts. Perfect to run on a Raspberry Pi or a local server. Available for free at home-assistant.io
A plugin i use for backups as well is Samba Backup. It allows you to make backups and save them on a network share. if for some reason your drive dies (I hat this happen once) Not all your backups are taken with it. I learned this the hard way.
Do you still need that plugin since you can backup to samba shares natively now?
Wait you can? I did not know this honnestly.
It was part of the 2023.6 update: https://www.home-assistant.io/blog/2023/06/07/release-20236/#connect-and-use-your-existing-network-storage
Yeah, I have them on an entirely different computer at the moment, but even just a separate drive would work. (In the past, I ran HA on a virtual machine on my server, and the backup was also on the server, on a different drive. Now, it's running on my desktop machine, with backups still on the server.)
Anyone know if there are good backup options for sftp?
There is an add on available to help offload backups via SFTP too.
Good question. I did a quick search and didn't see anything, but that doesn't mean there isn't something out there. There is something that uses FTP, so maybe it can be modified to support SFTP relatively easily.
SFTP is pretty simple to work with via shell commands. Your best bet is probably just to write a script to archive/compress your configuration and upload it, and then set that script to run periodically. You can do this within HA.
2N+C for me. I backup nightly to one NAS then use rclone to sync to a second NAS, as well as to encrypted storage on S3. 14 days of backups kept. Plus I backup the Proxmox container nightly, and keep 14d+12m+1y of those.