File: /home/httpd/html/slamming.com/public_html/wpbackup-mojo/201309230823/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/201309230823/wp-backup.tar.gz
# into /home/httpd/html/slamming.com/public_html
# 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/slamming.com/public_html
tar xzf wpbackup-mojo/201309230823/wp-backup.tar.gz -C /home/httpd/html/slamming.com/public_html
mysql -uslamming_wp -pc9a34883 -hlocalhost slamming_wp << wpbackup-mojo/201309230823/db.sql