File: /home/httpd/html/toetube.com/wpbackup-mojo/201305041908/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/201305041908/wp-backup.tar.gz
# into /home/httpd/html/toetube.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/toetube.com
tar xzf wpbackup-mojo/201305041908/wp-backup.tar.gz -C /home/httpd/html/toetube.com
mysql -uleotubes5_toe -ppass123 -hlocalhost leotubes5_toe << wpbackup-mojo/201305041908/db.sql