shallow-backup
shallow-backup copied to clipboard
backup and restore crontab file
simple solution for backing up and restoring the crontab. #215
Is it possible to do this with a crontab library? Seems dirty to write this feature in bash when it may not be necessary.
I don't know about any simple libraries that just read and write to the system crontab. Imo the backing up part would be overkill with a library.
Just looked and agree that there isn't a good library for this.
Let's add some tests for this and then I'm good merging it in.