Created
November 15, 2011 15:22
-
-
Save aoberoi/1367330 to your computer and use it in GitHub Desktop.
Wordpress Database Backups
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
@daily /home/user/cronjob2.sh |
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
ssh user@host | |
chmod u+x cronjob2.sh | |
crontab -e |
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
scp ~/Downloads/cronjob2.sh user@host |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment