I’m Hunter Perrin. I’m a software engineer.

I wrote an email service: https://port87.com

I write free software: https://github.com/sciactive

  • 5 Posts
  • 528 Comments
Joined 1 year ago
cake
Cake day: June 14th, 2023

help-circle










  • That’s an extremely simplistic view of commerce and human history. Robbery was very common before government. Robbery is still very common, but less so.

    Fraud and dangerous products run rampant without government intervention. Basically, without a government to protect you, the likelihood that a mega corp will sell you something that will kill you is super high. Just look at how much regulation has improved auto safety in the last 70 years. And appliance safety, medical safety, travel safety, food safety, etc.

    The kind of world that libertarians pine for is the kind of world that would kill them in a month.





  • My setup is pretty safe. Every day it copies the root file system to its RAID. It copies them into folders named after the day of the week, so I always have 7 days of root fs backups. From there, I manually backup the RAID to a PC at my parents’ house every few days. This is started from the remote PC so that if any sort of malware infects my server, it can’t infect the backups.






  • Yeah, that could work if I could switch to zfs. I’m also using the built in backup feature on Crafty to do backups, and it just makes zip files in a directory. I like it because I can run commands inside the Minecraft server before the backup to tell anyone who’s on the server that a backup is happening, but I’m sure there’s a way to do that from a shell script too. It’s the need for putting in years worth of old backups that makes my use case need something very specific though.

    In the future I’m planning on making this work with S3 as the blob storage rather than the file system, so that’s something else that would make this stand out compared to FS based deduplication strategies (but that’s not built yet, so I can’t say that’s a differentiating feature yet). My ultimate goal is to have all my Minecraft backups deduplicated and stored in something like Backblaze, so I’m not taking up any space on my home server.