Backup-System/config.txt

15 lines
551 B
Bash

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