server/config.sh

17 lines
322 B
Bash
Raw Permalink Normal View History

# Username of the unpriviledge user that runs scripts
SYNCHRO_USER="synchro"
2015-01-14 09:47:17 +00:00
BASEDIR="/var/www/fic-server"
# Directory where backup should be made
2015-01-13 18:51:13 +00:00
if [ -z "$TO_BCKP" ]
then
TO_BCKP="/mnt/backup"
fi
# Password of the MySQL user backup (with RO rights)
2015-01-13 18:51:13 +00:00
if [ -z "$BCKP_PASS" ]
then
BCKP_PASS="Riuy6of sae^W0Sh"
fi