1
0
mirror of https://github.com/Llewellynvdm/Backup-System.git synced 2024-06-03 10:20:47 +00:00
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/"