Welcome to today’s daily kōrero!

Anyone can make the thread, first in first served. If you are here on a day and there’s no daily thread, feel free to create it!

Anyway, it’s just a chance to talk about your day, what you have planned, what you have done, etc.

So, how’s it going?

  • NoRamyunForYou@lemmy.nz
    link
    fedilink
    arrow-up
    3
    ·
    edit-2
    3 months ago

    I’ve actually been thinking more and more recently around setting up a local backup (Nas?) But haven’t really done much research and the more I think about it, I wonder what I have to really backup (other than my photos which are stored on an external hard drive and online).

    Just before I read this, I actually saw a nice setup using a rpi5 and some SSD’s. Is using a rpi a good way to go about something like this?

    • AWOL_muppet@lemmy.nz
      link
      fedilink
      arrow-up
      4
      ·
      3 months ago

      Yeah, it probably is - in terms of low overheads and electricity. Not great for long term, as SSDs can fail spectacularly, but if it’s a staging post for cloud syncing or another device elsewhere rather than the ultimate endpoint, that’s probably good.

      To be fair, I’m way behind in this topic myself

      • Dave@lemmy.nzOPM
        link
        fedilink
        arrow-up
        3
        ·
        3 months ago

        HDDs can fail too. I’d probably use a Raspberry Pi + SSD if putting it at someone else’s house, since they will both be very quiet. I have a 14TB HDD at my house for backups, and it’s pretty noisy.

        If you really want redundancy you can use a mirrored array but for one backup of multiple I probably wouldn’t, especially if there’s a cloud backup in there.

        • NoRamyunForYou@lemmy.nz
          link
          fedilink
          arrow-up
          2
          ·
          3 months ago

          Is that mirrored array referring to RAID?

          I literally have no knowledge in this stuff. Once you have something like this setup, how does it work? Once you configure it, does it automatically backup files in a certain location on your computer?, or do you manually move files onto it that you want to backup?

          • Dave@lemmy.nzOPM
            link
            fedilink
            arrow-up
            2
            ·
            3 months ago

            Oh man I’m gonna show my lack of knowledge too 🙂. I’ll try anyway, but take everything I say with a grain of salt.

            There are different types of RAID, but I believe RAID 1 would be a mirrored array. This Lemmy instance is on a ZFS mirrored array, but that’s handled by the host so I don’t have to understand it 🙃. I am not sure if the ZFS mirror is considered RAID but it’s basically the same thing as RAID 1 (perhaps one is hardware one is software based?)

            I see this setup as more of a redundancy for a live system so it can continue with one of the drives after a failure without downtime, and I probably wouldn’t consider the mirrored drive a backup. But I’m no expert!

            • NoRamyunForYou@lemmy.nz
              link
              fedilink
              arrow-up
              2
              ·
              3 months ago

              I always mean to do some more research into the topic, and never get past that stage lol. Maybe this time will be different… maybe… lol

      • NoRamyunForYou@lemmy.nz
        link
        fedilink
        arrow-up
        2
        ·
        3 months ago

        Is failure in SSD’s more common than HDD’s? Ideally I’d want to use it as my “offline” storage option, using it instead of my current external HDD that I use.

    • Takahe@lemmy.nz
      link
      fedilink
      arrow-up
      3
      ·
      3 months ago

      Was that Jeff Geerlings video on YouTube? That was very cool! But using ssd’s are not very cost effective… I’m only using a pi4 as I already had it sitting around. If I was to buy something id get one that can take hdd’s natively without using USB or a random adapter from some unknown company online

      • NoRamyunForYou@lemmy.nz
        link
        fedilink
        arrow-up
        3
        ·
        3 months ago

        Yeah - I’d only seen a post on his Instagram at the time, but starting watching the Youtube video today whilst prepping for dinner lol. Havent yet finished the video though.

        Do you have any recommendations as to what you might look at?