File: /home/httpd/html/stoptube.com/wpbackup-mojo/201305041839/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/201305041839/wp-backup.tar.gz
# into /home/httpd/html/stoptube.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/stoptube.com
tar xzf wpbackup-mojo/201305041839/wp-backup.tar.gz -C /home/httpd/html/stoptube.com
mysql -ustoptube -p9P7pNyrReL2pM -hlocalhost stoptube << wpbackup-mojo/201305041839/db.sql