Document some script + centralize script configuration
This commit is contained in:
parent
9a57642029
commit
96805a5e1b
7 changed files with 48 additions and 14 deletions
11
config.sh
Normal file
11
config.sh
Normal 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"
|
||||
Reference in a new issue