I have several dozen Linux machines running cron , and I would like to put crontabs in some version control system. For version control, I use Mercurial ( hg ), so it will be perfect, but if there is some other system that is better suited for this task, I would consider it.
One of the aspects that is characteristic of my situation is that all crontabs relate to the general user (and not to the real person, but to the entries βservicesβ). I would like the change history to include the actual author of each change, and not the special account where the cron jobs run.
source share