File: /home/httpd/html/tubethug.com/wpbackup-mojo/201305041920/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/201305041920/wp-backup.tar.gz
# into /home/httpd/html/tubethug.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/tubethug.com
tar xzf wpbackup-mojo/201305041920/wp-backup.tar.gz -C /home/httpd/html/tubethug.com
mysql -utubethug927 -pUfh72Jaspf3 -hlocalhost tubethug_wp << wpbackup-mojo/201305041920/db.sql