1
We are using a shared Linux server account where as everyone comes and edits the crontab. Usually we take a backup like this
crontab -l > `date +\%Y-\%m-\%d\_\%H:\%M:\%S.txt`
Is there an elegant way to trigger this command automatically upon every successful edit by crontab -e
?