#!/bin/bash ############################################################## ############## ########## ############## CONFIG ########## ############## ########## ############################################################## #### just update these to point to your server ### ############################################################## REMOTESSH="user@yourserver.com" REMOTEDBPATH="your_db_path/" REMOTEWEBPATH="your_website_pat/"