#!/bin/bash ############################################################## ############## ########## ############## CONFIG ########## ############## ########## ############################################################## #### just update these to point to your server ### ############################################################## REMOTESSH="user@yourserver.com" REMOTEDBPATH="your_db_path/" REMOTEWEBPATH="your_website_pat/" ## 0 = no date | 1 = year | 2 = year-month | 3 = your-month-day | 4 = your-month-day:time # For DB file name USEDATE=0