this post was submitted on 27 May 2025
70 points (94.9% liked)

Selfhosted

46672 readers
922 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:

  1. Be civil: we're here to support and learn from one another. Insults won't be tolerated. Flame wars are frowned upon.

  2. No spam posting.

  3. Posts have to be centered around self-hosting. There are other communities for discussing hardware or home computing. If it's not obvious why your post topic revolves around selfhosting, please include details to make it clear.

  4. Don't duplicate the full text of your blog or github here. Just post the link for folks to click.

  5. Submission headline should match the article title (don’t cherry-pick information from the title to fit your agenda).

  6. No trolling.

Resources:

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

Questions? DM the mods!

founded 2 years ago
MODERATORS
 

I'm looking for a compact NAS to back up events from my video surveillance system. Two drive bays is enough, maybe four at most. They can be 2.5" or 3.5", SATA or SAS, preferably populated with mechanical drives but even with reliable SSDs. It doesn't need to handle more than a few GB per day of throughput and 16TB of total storage would be more than enough so it doesn't need to support even more massive drives. I don't care if it's complete product like a Synology or something built from scratch using an SBC and adapters; all I need is RAID 1 and an SMB/CIFS file share, though I would like to keep costs low. My house is wired for Ethernet so wifi would just be a bonus but it might help to hide the device somewhere a burglar isn't likely to see it like they will the NVR in my server rack. Also, a GNU/Linux-based OS is obviously mandatory or else I wouldn't be on Lemmy.

you are viewing a single comment's thread
view the rest of the comments
[–] sugar_in_your_tea 1 points 3 days ago* (last edited 3 days ago) (1 children)

Why not a VPS? $5/month gets you 40GB storage instance, and 2 vCPUs at Hetzner (or a number of other places) so you could even give it a web interface so you could access it remotely. Install something like MicroOS or Silverblue and it'll update itself.

That monthly cost is probably not much more than the electrical cost for an alternative, plus years worth of whatever you're paying for the hardware.

Edit: Any cheap SBC with a big enough SD card would work too, but you'll need to replace the card every so often. I'd still prefer the VPS here.

[–] Fuck_u_spez_ 1 points 3 days ago (1 children)

Living on a busy street, my cameras would fill 40GB in just a few days. Ideally I'd like to have at least a few weeks if not months of retention. I'm also fiercely anti-subscription to the point of irrationality. I wouldn't be in this community otherwise -- I'd just have a Ring or Blink plan like a normie.

[–] sugar_in_your_tea 2 points 3 days ago (1 children)

A Hetzner storage box could work, which is about $3-4/mo for 1TB.

But if you really want it local, a cheap SBC w/ a big SD card seems like a good option. It'll be slow and you'll need to replace the card periodically, but it will sip power and is incredibly easy to conceal.

[–] Fuck_u_spez_ 1 points 3 days ago (1 children)

a cheap SBC w/ a big SD card

I like that idea. I have an extra Pi Zero -- would that work or do I need more processing power? I'm looking at storing around 5-15GB per day.

[–] sugar_in_your_tea 2 points 3 days ago

If it's literally just copying data, a Pi Zero should be plenty, especially if there are gaps in between (i.e. motion detection). The main concern is if writing to the SD card can keep up, but I'd totally give it a shot first before buying something.