Document some script + centralize script configuration

This commit is contained in:
nemunaire 2014-11-19 18:29:46 +01:00
commit 96805a5e1b
7 changed files with 48 additions and 14 deletions

11
config.sh Normal file
View file

@ -0,0 +1,11 @@
# 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"