Selfhosted
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: we're here to support and learn from one another. Insults won't be tolerated. Flame wars are frowned upon.
-
No spam posting.
-
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.
-
Don't duplicate the full text of your blog or github here. Just post the link for folks to click.
-
Submission headline should match the article title (don’t cherry-pick information from the title to fit your agenda).
-
No trolling.
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!
view the rest of the comments
If you don't have the budget for on-premises backup, you almost certainly can't afford to restore the cloud backup if anything goes wrong.
Go read the instructions for your database in particular. They are completely different from each other. Ignore generic instructions.
What is perfectly fine. But I'd first look how this interferes with the budget you talked about earlier and if it wouldn't be better to keep things simpler and put the money on data replication.
Either way, if your budget is low, I'd focus a lot on making sure you have the data when you need to restore, and less on streamlining the restore procedure. (That seems to be the direction you are going, so yeah, I'd say it's good.) Just make sure to test the restore procedure once in a while.
I believe egress is free on Backblaze B2.
Good call on this. Curious if you have a procedure for actually doing this. I could just wipe out my system and rebuild it from the backup, but then I'm in trouble if it fails. What does a proper test of a backup actually look like?
You test your backup by recreating your system, either in a local environment or in some cheap simulated one.
It's even better if you write a manual with the steps you needed. And try to follow (and update it) when you do it again.