Comment on How and where should I keep backups of system configurations?
just_another_person@lemmy.world 3 weeks ago
I’d get familiar with deploying these with some infrastructure-as-code tools, and keep a git repo. Ansible is pretty easy to get started with.
tux0r@feddit.org 2 weeks ago
Git might be over engineered for this purpose. Maybe SVN?
just_another_person@lemmy.world 2 weeks ago
You joking?
tux0r@feddit.org 2 weeks ago
No. Git is inefficient for small numbers of files. Just do a “find | wc” and/or a “du -hs” in your repository folder. SVN exists for a reason.