this post was submitted on 18 Apr 2026
25 points (100.0% liked)
Selfhosted
60366 readers
957 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:
-
Be civil.
-
No spam.
-
Posts are to be related to self-hosting.
-
Don't duplicate the full text of your blog or readme if you're providing a link.
-
Submission headline should match the article title.
-
No trolling.
-
Promotion posts require active participation, with an account that is at least 30 days old. F/LOSS without a paywall has exceptions, with requirements. See the rules link for details.
Resources:
- selfh.st Newsletter and index of selfhosted software and apps
- awesome-selfhosted software
- awesome-sysadmin resources
- Self-Hosted Podcast from Jupiter Broadcasting
Any issues on the community? Report it using the report flag.
Questions? DM the mods!
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
A bonus question regarding the 3-2-1 backup strategy. If my VPS is in Germany, but I spin up a Storage Box in Finland, that falls within the boundaries of "off-site backup", even if both are managed by Hetzner. What do you think? It's just easiest to setup, I guess. Otherwise I need another cloud provider (perhaps some S3 object storage).
I have a similar setup:
I am running a small/cheap Hetzner VPS with a few static and PHP websites, Forgejo, Vaultwarden, Mosquitto/InfluxDB/NodeRed/Grafana, KopiaUI, a gameserver in NodeJS, etc. All in containers, managed with Portainer and Nginx Proxy Manager. All is very little used, my server is falling asleep ๐. I backup the VPS and several home computers with Kopia to a 5TB StorageBox in the same datacenter via SFTP.
Currently I am looking at using the same storagebox for a large collection of Photos, but I've not determined yet what software to use. I wanted to use Vernissage but I found out too late that it strongly prefers S3ObjectStorage. So that is now on hold, considering running a NextCloud instance in Docker. I can mount the Storagebox to the VPS using SMB, but I have not tested the performance yet.
Running the first backups of the home computers with external hard disks took ages over the Internet. Kopia compressed our data to about 3TB, but it still took about 2 weeks to upload to Germany (we did pause the backups when we were using the computers). Now that it is done, a backup usually takes a few minutes to half an hour depending on the number of changes.
If you are serious about off site backup, you should also consider using a different provider for your backup. This will make sure your data is safe when your primary provider has financial problems or when your payment gets lost.
@steel_for_humans Go for a different provider. If for some reason you lose access to your Hetzner account then you still have access to your backups. I have my VPSs with Hetzner, but S3 and DNS elsewhere.