I just need to preserve some old data that I have on my computers, so I was wondering what would be the best way to archive stuff long term.

Blu-ray disks ? Multiple HDDs ? What do you guys suggest ?

  • foggy@lemmy.world
    link
    fedilink
    arrow-up
    5
    ·
    edit-2
    11 months ago

    Buy used HDDs and configure RAID arrays.

    You can get like 32TB of cheap basically ready to fail HDDs and listen to them click away for dirt cheap. I mean like a couple hundred bucks.

    Buy some old tower PCs from a school or something. Low specs are fine.

    Install Ubuntu server, set up samba and minidlna set up tunnel with cloudflare. Boom.

    You could set this up for like $500. I have a setup like this. My HDD has been clicking since install. 2 years strong. I have two backup 16TB HDDs ready to hot swap should either of them fail. Having those backups on hand brings your cost up to about $800, but again, this is for two 16TB HDDs in a RAID config. If you did like 8TB instead, this is all probably $500 with backups.

    Western Digital has a bargain bin.

      • taladar@sh.itjust.works
        link
        fedilink
        arrow-up
        3
        ·
        11 months ago

        I once lost a RAID6 to a faulty power distributor in a server cause (lost 5 out of 12 disks). RAID is not a backup.

        • Appoxo@lemmy.dbzer0.com
          link
          fedilink
          arrow-up
          1
          ·
          11 months ago

          But 1 disk failing and the array braking aint either.
          This is about real time data not backup which should at best happen daily or bi-daily for really important data.

      • Bonehead@kbin.social
        link
        fedilink
        arrow-up
        2
        ·
        11 months ago

        After my experience with raid5 and the WD Green 2TB drives that were so fragile that the vibrations of 6 drives in the same case is enough to kill them resulting in 2 drives dying at same time wiping out my entire media collection…yeah, use raid6, with another server holding a raid6 array as continuous backup.

        • Appoxo@lemmy.dbzer0.com
          link
          fedilink
          arrow-up
          1
          ·
          11 months ago

          Read the data spec for how many in an array?
          Literally the reason for WD RED NAS and NAS Pro (beyond some other tech specs).

    • million@lemmy.world
      link
      fedilink
      English
      arrow-up
      1
      ·
      11 months ago

      If you are ready to do some reading I’d recommend ZFS over traditional raid. ZFS makes more guarantees then traditional about file integrity over time.