This repository has been archived on 2025-06-10. You can view files and clone it, but you cannot make any changes to its state, such as pushing and creating new issues, pull requests or comments.
server/config.sh

11 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"