Skip to content

Instantly share code, notes, and snippets.

@rafamoreira
Created July 12, 2012 15:02
Show Gist options
  • Save rafamoreira/3098659 to your computer and use it in GitHub Desktop.
Save rafamoreira/3098659 to your computer and use it in GitHub Desktop.
Modelo de Cronjob para backup mensal
#!/bin/bash
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games
#m h dom mon dow user command
0 3 1 * * root php /local_script/bk.php
30 3 1 * * root php /local_script/upload.php
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment