Created
July 12, 2012 15:02
-
-
Save rafamoreira/3098659 to your computer and use it in GitHub Desktop.
Modelo de Cronjob para backup mensal
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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