this post was submitted on 25 Sep 2025
294 points (99.3% liked)

Selfhosted

51750 readers
1507 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
you are viewing a single comment's thread
view the rest of the comments
[–] qjkxbmwvz@startrek.website 7 points 23 hours ago

I do something similar


I have a raspberry pi and a HD, with daily rsync and snapshots (monthly retained indefinitely, weekly retained for a month, daily retained for a week). It's at family's house, connected to my home via WireGuard via a VPS. Tailscale (or anything really) would also work here.

It's a great setup! Just have some watchdog reboot if it can't talk to home (a simple cronjob with ping -c1 home.lan || reboot or similar).

Even our "slow" 35Mbps upload speed is way more than enough for incremental rsyncs of my Immich library. The initial sync was done in person, though.