this post was submitted on 12 Nov 2023
3 points (100.0% liked)
Data Hoarder
170 readers
1 users here now
We are digital librarians. Among us are represented the various reasons to keep data -- legal requirements, competitive requirements, uncertainty of permanence of cloud services, distaste for transmitting your data externally (e.g. government or corporate espionage), cultural and familial archivists, internet collapse preppers, and people who do it themselves so they're sure it's done right. Everyone has their reasons for curating the data they have decided to keep (either forever or For A Damn Long Time (tm) ). Along the way we have sought out like-minded individuals to exchange strategies, war stories, and cautionary tales of failures.
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Why does it make you nervous?
The mantra: RAID is not backup. RAID is for uptime and recovery in hardware failure scenarios. Backup is your protection against data loss, not RAID. If your entire RAID array catches fire, gets struck by lightning, gets caught in a flood- whatever, if it hits the whole thing, it's gone.
Well, you have to answer the "why" question above. There's no universal answer to this question. I myself on Windows, use multiple USB connected JBOD enclosures (16 disks). I use StableBit DrivePool to aggregate disks(on Linux, I'd use something like MergerFS), instead of any kind of RAID. I use a feature DrivePool has to duplicate specified folders across multiple disks for local redundancy to improve recovery time against corruption/hw failure etc to make up for not having RAID, with BackBlaze to perform backups to prevent data loss in disaster scenarios.
It works for me, and I'm fine with any differences in performance I might get- they largely just aren't that impactful most of the time in my use-case. It might not be what you want. You have to consider what things are most important to you to determine what storage setup you want to use.