Just a dad with a sysadmin hobby … leaving reddit

  • 0 Posts
  • 12 Comments
Joined 2 years ago
cake
Cake day: June 22nd, 2023

help-circle



  • I used to do this all the time! So in terms of speed bcache is the fastest, but it’s not as well supported as lvm cache. IMHO lvm cache is plenty fast enough for most uses.

    Is it going to be as fast as a NVME ssd? Nope. But it should be about as fast as a SATA ssd if not a little slower depending on how it’s getting the data. If you’re willing to take that trade off it’s worth it. Though anything already cached is going to be accessed at NVME speeds.

    So it’s totally worth it if you need bigger storage but can’t afford the SSD. I would go bigger in your HDD though, if you can. Because unless you’re accessing more than the capacity of your SSD frequently; the caching will work extremely well for both reads and writes. So your steam games will feel like they’re on a SSD, most of the time, and everything else you do will “feel” snappy too.




  • Waaaaay better.

    Restic allows you to make dedupe snapshots of your data. Everything is there and it’s damn hard to loose anything. I use backblaze b2 as my long term end point / offsite… some will use AWS glacier. But you don’t have to use any cloud services. You can just have a restic repository on some external drives. That’s what I use for my second copy of things. I also will do an annual backup to a hard disk that I leave with a friend for a second offsite copy.

    I’ve been backing up all of my stuff like this for years now. I used to use BORG which is another great tool. But restic is more flexible with allowing multiple systems to use a single repository and has native support for things like B2 that BORG doesn’t.

    We also use restic to backup control nodes for some of supercomputing clusters I manage. It’s that rock solid imho.






  • Yeap! That’s most of the reasons why, IMO, we didn’t see the adoption of SUSE like we did with RedHat based stuff.

    I’ve been a huge supporter of RH over the years. After IBM bought them I was cautious but believed that RH would continue mostly the same. Then they killed CentOS. I understood the reasons and the arguments that Stream made sense for them. I was highly annoyed and disappointed with that decision but Rocky showed up and it was okay.

    This final round of fuckery really shows me that the RH we all supported is gone. They burned down nearly all the good will they built up. Locking the source behind a paywall was just the final insult as far as I’m concerned.

    I don’t know how much this will hit their bottom line but I suspect it’s going to have some kind of financial impact just from the number of people like me who used CentOS/Rocky as a gateway to RHEL in prod. I suspect they know and just don’t care.

    With that being said I’m looking at how they react to over the next year or so. If they’re going to be more of an asshat then I’ll start retooling for another distribution. I here nix is pretty good these days…