Skip to content

Instantly share code, notes, and snippets.

@JustinMcNamara74
Created March 12, 2015 13:46
Show Gist options
  • Save JustinMcNamara74/11ee6033582839cb3385 to your computer and use it in GitHub Desktop.
Save JustinMcNamara74/11ee6033582839cb3385 to your computer and use it in GitHub Desktop.
#BASH Backup crontab
#!/bin/bash
#Simple crontab backup
crontab -l > /crontab_stuff/crontab_backups_$(date +%Y%m%d)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment