this post was submitted on 11 Jul 2023
16 points (100.0% liked)

Self Hosted - Self-hosting your services.

14471 readers
51 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

Important

Cross-posting

If you see a rule-breaker please DM the mods!

founded 4 years ago
MODERATORS
 

My dad also used to self-host. Now I run all of the services he used to, and more.

Anyway, his server is still around so I thought I might as well use it for an offsite backup box, I run a matrix instance and nextcloud, as well as other things. But those two are the contents of which matter most.

How would you set this up?

Just a nightly rsync over sftp? That seems ineffecient. Is there a best way ro do this?

you are viewing a single comment's thread
view the rest of the comments
[–] Walter_Ego@lemmy.arpatubes.net 2 points 2 years ago

wireguard tunnel, carve off an lv on his network, expose it as an ataoe/iscsi/whatever device over wg, connect it on your end, write a luks volume to it. periodically connect, unlock, mount, rsync all your shit to it, unmount, lock, disconnect?

or just create a gpg'd backup set and rsync it over wg? or just rsync over wg if you dont give a shit about encryption or anything.