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

  • 9 Posts
  • 1.12K Comments
Joined 2 years ago
cake
Cake day: June 14th, 2023

help-circle



  • If it’s just hours, that’s fine. I’ve spent months on a system before that ultimately got scrapped. When I was at Google, they accidentally had two teams working on basically the same project. The other team, with about 40 engineers, having worked on it for about a year, had their project scrapped. My team was meant to do the same work, with about 23 engineers. So if you’re ever wondering why Hangouts Chat launched kinda half baked, that’s why.






  • My home server has an NVMe that has the OS and all the Docker Compose stacks and their database data. The big data (photos, movies, backups, etc) are on a big 6 drive RAID 6 array. The NVMe gets backed up to the RAID every night. They go into folders named after the day of the week, so I’ve always got 7 days worth. Then every week or so, I rsync the whole RAID to a big drive at my parent’s house. The reason I do that manually is because I don’t want it happening if I get hit with a ransomware attack.

    That was all relatively easy to set up, but server administration is also my profession, so for normal people, I recommend an easier home server setup and a commercial backup solution.

    I’m actually working on an open source backup solution based on my deduplicating WebDAV server, Nephele. If I can pull it off, it’ll be free and open source to run on your own hardware, or you can pay my company to back up to my hardware.