I love backups, and specially redundant backups. Right now i have duplicity which takes encrypted backups of my systems and transfers it to my lappi.
I have already have git almost on all of my servers, so the other day when i was free, i thought why not implement versioning on /etc
. It wasn’t difficult but i am greedy, i wanted something extra. I wanted configurations to be commited+pushed everytime a package is installed/removed/upgraded. So i found a google link which is mentioned below. And now i just love it, create redmine project, associated the repository of /etc with it and its cool…
Setup Git
Versioning of /etc with “apt-get operation”
Tags: backup, duplicity, encrypted, etc, git, Open Source, redmine, version control, versioning
Leave a Comment