• 0 Posts
  • 14 Comments
Joined 11 months ago
cake
Cake day: December 28th, 2023

help-circle
  • Tools like restic and Borg and so critical that you will regret not having had them sooner.

    100000%

    I just experienced this when a little mini PC I bought <2y ago cooked its nvme and died this month. Guess who has been meaning to set up backups on that guy for months?

    Unfortunately, that nvme is D. E. D. And even more unfortunately, that had a few critical systems for the local network (like my network controller/DHCP). Thankfully it was mostly docker containers so the services came up pretty easy, but I lost my DBs so configs and data need to be replicated :(

    The first task on the new box was figuring out and automating borg so this doesn’t happen again. I also set up backups via my new proxmox server, so my VMs won’t have that problem too.

    Now to do the whole ‘actually testing the backups’ thing.


  • If there was a way I could leverage the unlimited bandwidth/storage as an offsite backup, that would be amazing, but I’m not sure it would be a great idea backing up stuff to a webserver where there best security I can add it via an .htaccess file.

    Your off-site backup solution shouldn’t have to care about that level of security because you should be encrypting your backups before they leave your network. Even if you have a solid backup host in the cloud, you still want to encrypt your backup data before you send it to their hosted repo.

    Unless your vendor has a reason to read your backups, they shouldn’t be able to.












  • so can someone explain why a pretty robust dedicated device is necessary as a replacement?

    The cloud is just someone else’s computer, so when you cut the cord from the cloud, you gotta run your own server.

    And you don’t need to buy a (robust) device to run HA, just install it on a spare system and start playing with it. I started building mine about 1.5yrs ago when I bought a house and I think I only gave mine like 2 CPU and 8gb ram.

    What actually happens when I turn on a smart switch in my home? Does that command have to be sent to a server somewhere to be processed?

    Yes, you have to have something that accepts your commands and sends the action to the end device. Just like your Google home did.

    What really has to be processed, and why can’t a smartphone app do it?

    Because that’s not how things work. Your app has to talk to a server to send the commands, Google home has cloud servers and a local bridge. HA has an app that you can use to control your stuff, same as Google Home.

    Smart Home apps are worthless without hardware required to connect the app to your home.