File: /home/httpd/html/searchnaked.com/wpbackup-mojo/201305041915/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/201305041915/wp-backup.tar.gz
# into /home/httpd/html/searchnaked.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/searchnaked.com
tar xzf wpbackup-mojo/201305041915/wp-backup.tar.gz -C /home/httpd/html/searchnaked.com
mysql -uleotubes2_search -ppass123 -hlocalhost leotubes2_search << wpbackup-mojo/201305041915/db.sql