Use placeholder values for script template

This commit is contained in:
Jérémy Lecour 2024-04-29 14:49:41 +02:00 committed by Jérémy Lecour
parent ee111b8c5c
commit 00e5384cd1
Signed by: jlecour
SSH key fingerprint: SHA256:h+5LgHRKwN9lS0SsdVR5yZPeFlJE4Mt+8UtL4CcP8dY

View file

@ -18,7 +18,7 @@
####################################################################### #######################################################################
# Email adress for notifications # Email adress for notifications
MAIL=jdoe@example.com MAIL=__NOTIFICATION_MAIL__
####################################################################### #######################################################################
# #
@ -49,8 +49,8 @@ sync_tasks() {
SYNC_NAME="evolix-system" SYNC_NAME="evolix-system"
SERVERS=( SERVERS=(
node0.backup.evolix.net:2234 __SRV0_HOST__:__SRV0_PORT__
node1.backup.evolix.net:2234 __SRV1_HOST__:__SRV1_PORT__
) )
RSYNC_INCLUDES=( RSYNC_INCLUDES=(
"${rsync_default_includes[@]}" "${rsync_default_includes[@]}"