Skip to content

Instantly share code, notes, and snippets.

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