selfhosted

This magazine is from a federated server and may be incomplete. Browse more on the original instance.

sxt, in Those who are self hosting at home, what case are you using? (Looking for recommendations)

I went with this www.silverstonetek.com/en/product/info/…/cs382/. It’s pretty decent but you are putting a hard cap on expansion. Also the fans it comes with are pretty loud so I’d replace them.

dfense, in Should I use Restic, Borg, or Kopia for container backups?

I use restic with resticprofiles (one config file), notifications via (self hosted) ntfy.sh and wasabi as backend. Been very happy, runs reliably and has all the features of a modern backup solution, especially like the option to mount backups as if it were a filesystem with snapshots as folders, makes finding that one file easy without having to recover)

dan, (edited ) in Those who are self hosting at home, what case are you using? (Looking for recommendations)
@dan@upvote.au avatar

I really like the Node 804 even though the design is quite old - probably close to ten years old now. Fractal Design are still manufacturing it, which is rare for case designs that old.

I recently built a NAS using an 804. I had to fit mine into my server closet which isn’t deep enough to fit a regular PC case, so the 804 fit my use case well.

I’ve only got three drives in it (2 x 20TB Seagate Exos X20 for data and 1 x 14TB WD Purple Pro for security cameras) but I wanted the ability to expand in the future, and I wanted to use a Micro ATX motherboard rather than a smaller one.

A Noctua NH-D15 fits fine, even though the spec sheet says it won’t fit.

000, in Those who are self hosting at home, what case are you using? (Looking for recommendations)

I’m currently using one of the Rosewill rackmount chassis (www.rosewill.com/…/9SIA072GJ92847), fits well in my half rack along with my Unifi gear and HP ProLiant. I probably would’ve gone with something else if I had to buy it though- this was sorta a hand-me-down from a former roommate who didn’t want to take it with him when he left.

Gormadt, in Can I build a NAS out of a desktop? [Request]
@Gormadt@lemmy.blahaj.zone avatar

My first NAS was an old desktop that I got for $300 running an FX-6300 and a GTX 550, I slapped a couple hard drives in there, installed Ubuntu, and made an SMB share.

I’d recommend installing TrueNAS Scale on a system rather than doing what I did in part due to it being so much better than what I was doing, but you could run it on a potato if you wanted.

Hell my latest NAS upgrade is going from a PowerEdge T610 (tower server from like 2010ish) running TrueNAS Scale to a normal desktop (from 2017) running TrueNAS Scale

If anything using normal desktop hardware makes servicing it easier than using old server hardware

pacjo, in Should I use Restic, Borg, or Kopia for container backups?

For me it’s restic with creatic wrapper, apprise for notifications and some bash / systemd scripts to make it all connected.

Everything is in a config file, just as god intended.

eluvatar, in Should I use Restic, Borg, or Kopia for container backups?

I use a k8s Cron job to execute backups with Kopia. The manifest is here

droolio, (edited ) in Should I use Restic, Borg, or Kopia for container backups?

IMHO, Duplicacy is better than all of them at all those things - multi-machine, cross-platform, zstd compression, encryption, incrementals, de-duplication.

oDDmON,

The subscription model is a wee bit off putting. I employ old hardware and don’t wish to be frog marched into an update/grade that could break that.

Have seen it happen before, been in IT too fucking long not to.

droolio,

Yes, I also work in IT.

The paid GUI version is extremely cautious on the auto-updates (it’s basically a wrapper for the CLI) - perhaps a bit too cautious. The free CLI version is also very cautious about making sure your backup storage doesn’t break.

For example, they recently added zstd encryption, yet existing storages stay on lz4 unless you force it - and even then, the two compression methods can exist in the same backup destination. It’s extremely robust in that regard (to the point that if you started forcing zstd compression, or created a new zstd backup destination, you can use the newest CLI to copy data to the older lz4 method and revert - just as an example). And of course you can compile it yourself years from now.

oDDmON,

Thanks for the info, may look into it further.

Atemu,
@Atemu@lemmy.ml avatar

Note that while they’re disingenuously proclaiming themselves to be a “free” tool, the license is actually an unfree proprietary custom license.

droolio,

The licence is pretty clear - the CLI version is entirely free for personal use (commercial use requires a licence, and the GUI is optional). If you don’t like the licence, that’s fine, but it’s hardly ‘disingenuous’ when it is free for personal use, and has been for many years.

hersh,

Thank you for saving me the trouble of investigating this as an option.

No reason to tolerate proprietary licenses when there are so many viable FLOSS solutions out there.

Nyfure,

I mean the tools mentioned also support these features, how does duplicacy and its prorpietary software make them better?

MNByChoice, in Sanity check - is rsyncing to a remote computer that has zfs snapshotting an okay way to back things up?

Have you tried a restore? A non-differential smap snapshot should be fine, but differential snapshots would make a restore difficult to impossible.

A zfssend and zfsrestore with a differential snapshot would be more traditional. If one put mbuffer in the middle, it would even be fast.

Telodzrum, in Private and/or cheap places to register a domain

Namecheap, Namesilo, and Porkbun are the ones that people around here seem to like.

AbidanYre, in Redundancy? storage options for a rpi4? filesystems? raid?

With two drives you can extend them into one big drive or you can mirror them, but you can’t do both.

SnailMagnitude,
@SnailMagnitude@mander.xyz avatar

doh

will just keep on keepin’ on then

icanwatermyplants, in Does anyone else harvest the magnets and platters from old drives as a monument to selfhosting history?

Back in the day I bought a fridge freezer combo, second hand, no handles. Used to be a built in model. As handles I used two magnets from full height drives, they were ludicrously strong and shaped like a little bit like a handle.

Full height drives were 3.25" high for those who are wondering.

knobbysideup, in Sanity check - is rsyncing to a remote computer that has zfs snapshotting an okay way to back things up?
@knobbysideup@sh.itjust.works avatar

That is rsync.net’s entire business model.

I still rclone my Borg repos there instead of relying on snapshots though.

taaz,

I also use rsync.net but as direct host for my borg repos, why rclone after?

knobbysideup,
@knobbysideup@sh.itjust.works avatar

It works the same either way. Borg does a lot of different backups on my home network. I also have more than just Borg backups that I want off-site, so an rclone of everything from that nas share once after everything else is done makes more sense than duplicating Borg everywhere. The rclone’d stuff can be used directly just like if it was put there by Borg itself.

limitedduck, in Reverse-proxy for linuxserver/jellyfin docker image

I believe the UDP ports are for discovery on your local network so no need to handle them with your reverse proxy. If you’ve got them passed through docker your local devices should pick them up.

They’re also not required since you can always just enter the address manually. I don’t bother passing them into my container.

WindowsEnjoyer, in Private and/or cheap places to register a domain

For self hosting, I’ve purchased .eu domain for ~24€, for 5 years. Later on it will be 11€/month.

I’ll get another domain for similar price and for 5 years. :)

Lithuanian service, so I am not going to mention it. :)

  • All
  • Subscribed
  • Moderated
  • Favorites
  • selfhosted@lemmy.world
  • localhost
  • All magazines
  • Loading…
    Loading the web debug toolbar…
    Attempt #