this post was submitted on 21 Sep 2025
10 points (91.7% liked)
Self-hosting
3740 readers
17 users here now
Hosting your own services. Preferably at home and on low-power or shared hardware.
Also check out:
founded 3 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
If you use btrfs (nice for simple ad-hoc raid1 setups) then https://github.com/digint/btrbk is a very nice tool to automate snapshots and backups over ssh.
You can also improvise a setup with an external usb drive that you only connect once a week or so to do longer term backups. This isn't exactly an off-site backup but somewhat similar if you store that drive away from the servers.
I struggle to understand the material on btrfs but I'll give it another go at some point, thanks for the rec :)