jamesrwhite / minicron

🕰️ Monitor your cron jobs
GNU General Public License v3.0
2.34k stars 154 forks source link

Create copy of original crontab before modifying #239

Closed emreler closed 7 years ago

emreler commented 8 years ago

It would be good if original contents of the crontab backed up somewhere. Currently, when a host is added, it modifies the entire crontab in the minicron run 'ORIGINAL_COMMAND' format, and when the host is removed entire crontab of the host is removed as well except for some comment lines.