this post was submitted on 24 Sep 2023
82 points (94.6% liked)

Selfhosted

39250 readers
185 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 1 year ago
MODERATORS
 

So, I am thinking about getting myself a NAS to host mainly Immich and Plex. Got a couple of questions for the experienced folk;

  • Is Synology the best/easiest way to start? If not, what are the closest alternatives?
  • What OS should i go for? OMV, Synology's OS, or UNRAID?
  • Mainly gonna host Plex/Jellyfin, and Synology Photos/Immich - not decided quite what solutions to go for.

Appricate any tips :sparkles:

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 1 points 1 year ago (1 children)

I agree with the learning curve (personally I found it worthwhile, but that's subjective).

But how does ZFS limit easy backup options? IMO it only adds options (like zfs send/receive) but any backup solution that works with any other file systems should work just as well with ZFS (potentially better since you can use snapshots to make sure any backup is internally consistent).

[–] [email protected] 1 points 1 year ago (1 children)

Because you can't use typical back product software. If you do it the right way, you're using my ZFS send and receive to another machine running ZFS which significantly adds to cost.

[–] [email protected] 1 points 1 year ago (1 children)

That's an extremely silly reason not to use a specific tool: Tool A provides an alternative way to do X, but I want to do X with some other tool B (that'll also work with tool A), so I won't be using tool A.

Send/receive may or may not be the right answer for backing up even on ZFS, depending on what exactly you want to achieve. It's really nice when it is what you want, but it's no panacea (and certainly no reason to avoid ZFS, since its use it 100% optional).

[–] [email protected] 1 points 11 months ago

I really don't get your meaning of my apparent silly reason. You can't use Acronis, Veeam, or other typical backup products with ZFS. My point is this is a barrier to entry. I disagree that it's not silly for a home user to build another expensive NAS just to do ZFS send and receive which would be the proper way.

I don't consider backups optional.