• 30p87@feddit.de
    link
    fedilink
    arrow-up
    0
    ·
    12 days ago

    256 GB root NVMe, 1 TB games hdd, 3* 256 GB SSD as raid 0 for local backups, 256 GB HDD for data, 256 GB SSD for VM images.

      • 30p87@feddit.de
        link
        fedilink
        arrow-up
        0
        ·
        12 days ago

        Because that’s what Raid 0 for, basically adding together storage space with faster reads and writes. The local backups are basically just to have earlier versions of (system) files, incrementally every hour, for reference or restoring. In case something goes wrong with the main root NVMe and a backup SSD at the same time (eg. trojan wiping everything), I still have exactly the same backups on my “workstation” (beefier server), on also a RAID 0 of 3 1 TB HDDs. And in case the house burns down or something, there are still daily full backups on Google Cloud and Hetzner.

        • Longpork3@lemmy.nz
          link
          fedilink
          arrow-up
          0
          ·
          12 days ago

          Raid 0 offers no redundancy though. If any of those three disks fail, you lose the entire volume.

          For the sake of backups, switching to Raid 5 would be more robust

          • 30p87@feddit.de
            link
            fedilink
            arrow-up
            0
            ·
            12 days ago

            If it fails, I will just throw in a new SSD and redo the backup. I sometimes delete everything and redo it anyway, for various reasons. In any case, I usually have all copies of all files on the original drive, as local backup on the device and backup on the workstation. And even if those three should fail - which I will immediately know, due to monitoring the systemd job - I still have daily backups on two different, global hosters as well as the seperate NAS. The only case in which all full backups would be affected would be a global destruction of all electronics due to solar storms or a general destruction of earth, in which case that’s the least of my problems. And in case the house burns down, and I only have the daily backups, potentially losing 24 hours of data, that’s also the least of my problems. Yes, generally using Raid 5 for backups is better, but in my case I have multiple copies of the same data at all times, surpassing the 321 rule (by far - 622, and soon 623). As all of my devices are connected via Gigabit, getting backups from eg. the workstation after the PC (with backups) died is just as fast as getting backups from the local PC backup Raid itself. And using Raid 0 is better (in speeds) than just slapping them together in series.

        • Jeroen@lemmings.world
          link
          fedilink
          arrow-up
          0
          ·
          10 days ago

          Well its for faster speeds. So I dont get why you would do a backup on a more fragile but faster storage. You described in another comment that you have many other backups, which is awesome. So good on you for taking care of everything. But yhea, using the opposite of what would be better for backups seems a bit counterintuitive to me. And to presume that it doesn’t matter to use the more secure option because you have many other backups anyway, is also slightly weird since why bother in the first place then.

          I don’t mean any hate, you’re doing way better than me. Can I ask how fast the RAID 0 gets? And how much it would be on individual drives. And how much data you have to backup daily.

          Much respect for your setup, you’ve taken redundancy seriously and I doubt you’ll ever lose anything.