Comment on In your opinion what's the best way to do and restore full backups of a Linux server?
lemmyng@lemmy.ca 2 months agoThe container is reproducible. Container configuration is in version control. That leaves you with the volumes mounted into the container, which you back up like any other disk.
pixxelkick@lemmy.world 2 months ago
Dunno why ppl are down voting you, this us 100% the way.
Architecture as code is amazing, being able to completely wipe your server, re-install fresh, and turn it on and it goes right back to how it was 8s awesome.
GitOps version controlled architecture is easy to maintain, easy to rollback, and easy to modify.
I use k8s for my entire homelab, it has some initial learning curve but once you “get it” and have working configs on github, it becomes so trivial to add more stuff to it, scale it up, etc.