Skip to content

Instantly share code, notes, and snippets.

Created November 12, 2013 02:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/47fde6e6187da93174c8 to your computer and use it in GitHub Desktop.
Save anonymous/47fde6e6187da93174c8 to your computer and use it in GitHub Desktop.
cronjob:
cron.set_job:
- user: root
- minute: 0
- hour: 6
- daymonth: '*'
- month: '*'
- dayweek: '*'
- cmd: "/root/bin/backup-databases.sh"
- comment: "Backup DBs"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment