this post was submitted on 03 Jan 2026
51 points (98.1% liked)

Selfhosted

60210 readers
1041 users here now

A place to share alternatives to popular online services that can be self-hosted without giving up privacy or locking you into a service you don't control.

Rules:

Detailed Rules Post

  1. Be civil.

  2. No spam.

  3. Posts are to be related to self-hosting.

  4. Don't duplicate the full text of your blog or readme if you're providing a link.

  5. Submission headline should match the article title.

  6. No trolling.

  7. Promotion posts require active participation, with an account that is at least 30 days old. F/LOSS without a paywall has exceptions, with requirements. See the rules link for details.

Resources:

Any issues on the community? Report it using the report flag.

Questions? DM the mods!

founded 3 years ago
MODERATORS
 

I want a server running nextcloud, immich and others.

I have a N100 mini server with a 2TB external HDD. I want to secure the system against data loss. Hence, I want a backup and redundancy.

  1. Most important question: How do I build everything? Is this a NAS? My naive approach is to buy 3 external HDDs and connect them to the N100 with a USB hub. I assume this is not "the right way" but to use/build a NAS. Do I have to build a separate NAS computer? When I lookup NAS buying, it is a computer with a case for 4 drives, excluding the drives and costs 400 bucks. I am confused because this is incredibly expensive compared to what I already have. What is the additional benefit compared to my setup? Am I cheap?

  2. Regarding redundancy, is RAID still the way to go? At 2 TB, using RAID 5 with 3 drives sounds good. I'd have 4 TB of usable space, much more than I intend to use in the next years, and adding a drive increases the storage by 2 TB, effectively increasing space by 50%.

  3. I have 4 TB usable space, but I won't reach 2 TB in the next one or two years. I'd use a 2 TB HDD for a local backup via borg. Once my hot storage needs to increase, I replace the backup drive with a larger one and use it to increase the RAID storage. Is one backup sufficient? Or should I keeping multiple versions of the data. Daily, weekly, monthly backups? What is your experience with it?

  4. Another 2 TB HDD for an offsite backup, LUKS encrypted, backed up once a year (that's the goal for now).

Does that sound good?

you are viewing a single comment's thread
view the rest of the comments
[โ€“] ImgurRefugee114@reddthat.com 2 points 5 months ago (1 children)

A DAS is more like an external drive where as a NAS is a service reachable on your LAN. Of course, you could use a NAS and plug it straight into your PC for a more DAC-like experience to keep it off your network... It really depends on what you're after.

It ultimately breaks down to these choice dimensions, and there's often overlap which may inform one another (in no particular order):

  • platform hardware
  • storage medium(s) (ssd, hdd, layout, caches,....)
  • filesystem(s)
  • operating system
  • shares protocol (Samba, NFS, WebDAV,....)
  • topology (direct attach or where in your network it's located, vlans and firewalls etc.)

I interpreted 'server' to mean you had platform already which you want to turn into a NAS. If you want storage exclusively for your server, then DAS is fine. If you want to have the storage accessible my multiple devices, then you want a NAS.

It depends on your usecase and what features you're after.

[โ€“] selfmate@lemmy.zip 2 points 5 months ago

Thank you! That sounds great! I already own drives and a machine. I just want to upgrade and make it more secure. I don't need a NAS then.