server/config.sh

12 lines
308 B
Bash

# The name of the frontend, like indicated in /etc/hosts
FRONTEND_HOSTNAME="phobos"
# Username of the unpriviledge user that runs scripts
SYNCHRO_USER="synchro"
# Directory where backup should be made
TO_BCKP="/mnt/backup"
# Password of the MySQL user backup (with RO rights)
BCKP_PASS="Riuy6of sae^W0Sh"