• 2 Posts
  • 76 Comments
Joined 1 year ago
cake
Cake day: June 4th, 2025

help-circle


  • Sorry, I meant that I have no idea if the display is working, as I don’t have one attached. The HA installation is definitely working!

    Oh yeah. I would definitely not do a long distance update if I can avoid it. A few years ago we took a 28 day road trip, and the HA at home stayed completely un-updated during that time. (I actually have two setups, one is a virtual machine on my Linux server at home, and the RPi is in our rv.) I rarely have issues with updates, but I wasn’t about to risk it.

    For the rv setup, I struggle because the rv doesn’t have a consistent wifi network. At home it uses the home network, but we’ll often use campground wifi or phone hotspots while traveling. We have and used to use a Starlink setup (especially during that long trip) but I’m not giving that jackass a dime if I can avoid it. But Starlink really is the best solution.

    And HA doesn’t remember more than one wifi network at a time, so if I change it to a campground, then I have to change it back when I get home.




  • I use Debian for everything, and the only thing I’ve updated to the current (non Debian distribution) version is Docker, which I use for a game. But this isn’t a problem, because it’s Debian, so the Docker people make packages for several recent Debian releases.

    I don’t miss the bleeding edge. That issue a while back where someone infiltrated a basic library didn’t affect me. The software I use might have bugs (what software doesn’t?), but by the time I get it, it has been well tested for security issues.

    I’m pretty happy with my switch to Debian. I’ll admit I’m curious about Bazzite for my gaming computer, but even then, it’s like, “Why? Debian is doing just fine.”

    But I’m not laughing at anyone. This is a scary new variety of attacks we’re seeing, and there’s no real reason one couldn’t end up in my computer. Reminds me of the old one where someone slipped a backdoor into a compiler.







  • You have your answers, but I just want to note that what I do is run rsync from cron nightly, without the delete option.

    Basically this reduces the chances of losing something by accidentally deleting it on the primary drive. Every few weeks/months, I run the rsync command with the delete option to clean up.

    It’s not a perfect backup by any means, especially since I could erroneously delete something right before that second rsync command and lose it for good. But it does provide a measure of safety.