File: /home/httpd/html/facialslam.com/wpbackup-mojo/201309230822/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/201309230822/wp-backup.tar.gz
# into /home/httpd/html/facialslam.com
# 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/facialslam.com
tar xzf wpbackup-mojo/201309230822/wp-backup.tar.gz -C /home/httpd/html/facialslam.com
mysql -uleotubes1_slam1 -ppass123 -hlocalhost leotubes1_slam1 << wpbackup-mojo/201309230822/db.sql