Backup-System/config.txt

18 lines
671 B
Plaintext
Raw Normal View History

2017-06-05 16:23:04 +00:00
#!/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