• 0 Posts
  • 20 Comments
Joined 2 months ago
cake
Cake day: November 5th, 2024

help-circle


  • I recommend it over a full disk backup because I can automate it. I can’t automate full disk backups as I can’t run dd reliably from a system that is itself already running.

    It’s mostly just to ensure that I have config files and other stuff I’ve spent years building be available in the case of a total collapse so I don’t have to rebuilt from scratch. In the case of containers, those have snapshots. Anytime I’m working on one, I drop a snapshot first so I can revert if it breaks. That’s essentially a full disk backup but it’s exclusive to containers.

    edit: if your goal is to minimize downtime in case of disk failure, you could just use RAID


  • My method requires that the drives be plugged in at all times, but it’s completely automatic.

    I use rsync from a central ‘backups’ container that pulls folders from other containers and machines. These are organized in

    /BACKUPS/(machine/container)_hostname/...

    The /BACKUPS/ folder is then pushed to an offsite container I have sitting at a friends place across town.

    For example, I backup my home folder on my desktop which looks like this on the backup container

    /BACKUPS/Machine_Apollo/home/dork/

    This setup is not impervious to bitflips a far as I’m aware (it has never happened). If a bit flip happens upstream, it will be pushed to backups and become irrecoverable.


  • doesn’t this just mean the bots hammer your server looping forever?

    Yes

    How much processing do you do of those forms

    None

    It costs me nothing to have bots spending bandwidth on me because I’m not on a metered connection and electricity is cheap enough that the tiny overhead of processing their requests might amount to a dollar or two per year.








  • I’m not reading all that- anyway

    I switched to full-time Linux this year. One of my programmer friends, whom I never expected to embrace Linux, switched to full-time Linux and is not going back. Our libraries have switched to Linux on all user-facing computers. 2 of my e-friends have approached me about Linux. Another friend is, despite not being a computer nerd, going to switch because Windows is forcing him to- and that’s my point. It’s not that Linux doesn’t have deep flaws inherent to its development model, it’s that those flaws are now less significant than those of Windows. Nobody likes Windows 11 and it’s pushing people off.



  • I’ve turned down many self-hosted options due to the complexity of the setup and maintenance.

    Do you agree with this?

    Yes. If I have to spend an hour reading your documentation just to find out how to run the damn thing, I’m not going to run it.

    I hate docker with a passion because it seems like the people who develop on it forego writing documentation because docker “just works” except when it doesn’t.

    I archived one of my github repos the other day because someone requested I add docker support. It’s a project I made specifically to not use docker…