File: /home/httpd/html/coedhooker.com/public_html/DEADDEAD/wpbackup-mojo/201309230842/restore.sh
#!/bin/bash
###################################################################################################
# auto generated restore script
# this script will restore the wp backup in this directory
# It will overwrite any files from wpbackup-mojo/201309230842/wp-backup.tar.gz
# into /home/httpd/html/coedhooker.com/public_html
# and re-import the db backup.
#
# !!!!there is no turning back. The current live WP is not backed up when you restore!!!!
#
###################################################################################################
cd /home/httpd/html/coedhooker.com/public_html
tar xzf wpbackup-mojo/201309230842/wp-backup.tar.gz -C /home/httpd/html/coedhooker.com/public_html
mysql -uleotubes1_d6At1w -pDVp0xMPUarW9y -hlocalhost leotubes1_d6At1w << wpbackup-mojo/201309230842/db.sql