Configure
Comment on How much maintenance do you find your self-hosting involves?
henfredemars@infosec.pub 8 months ago
Huge amounts of daily maintenance because I lack self control and keep changing things.
avidamoeba@lemmy.ca 8 months ago
webhead@lemmy.world 8 months ago
I have weekly backups of my VMs in Proxmox. Fuck it lol.
SeeJayEmm@lemmy.procrastinati.org 8 months ago
Nightly backups to a repurposed qnap running pbs. I’m fully aware it’s overkill but it gives me some peace of mind.
webhead@lemmy.world 8 months ago
I opted weekly so I could store longer time periods. If I want to go a month back I just need 4 instead of 30. At least that was the main Idea. I’ve definitely realized I fucked something up weeks ago without noticing before lol.
SeeJayEmm@lemmy.procrastinati.org 8 months ago
I’ve got PBS setup to keep 7 daily backups and 4 weekly backups. I used to have it retaining multiple monthly backups but realized I never need those and since I sync my backups volume to B2 it was costing me $$.
What I need to do is shop around for a storage VM in the cloud that I could install PBS on. Then I could have more granular control over what’s synced instead the current all-or-nothing approach. I just don’t think I’m going to find something that comes in at B2 pricing and reliability.
scrubbles@poptalk.scrubbles.tech 8 months ago
highly recommend doing infrastructure-as-code, it makes it really easy to git commit and save a previously working state, so you can backtrack when something goes wrong
kernelle@lemmy.world 8 months ago
Ansible is great for this!
Kaldo@kbin.social 8 months ago
Got any decent guides on how to do it? I guess a docker compose file can do most of the work there, not sure about volume backups and other dependencies in the OS.
kernelle@lemmy.world 8 months ago
Sorry I replied to the parent comment, but check out Ansible
Kaldo@kbin.social 8 months ago
Oh I think i tried at one point and when the guide started talking about inventory, playbooks and hosts in the first step it broke me a little xd