From 00e5384cd1b2830c4c0f5efce74e85479c607387 Mon Sep 17 00:00:00 2001 From: Jeremy Lecour Date: Mon, 29 Apr 2024 14:49:41 +0200 Subject: [PATCH] Use placeholder values for script template --- client/lib/zzz_evobackup.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/client/lib/zzz_evobackup.sh b/client/lib/zzz_evobackup.sh index 50188a2..c8bbe22 100644 --- a/client/lib/zzz_evobackup.sh +++ b/client/lib/zzz_evobackup.sh @@ -18,7 +18,7 @@ ####################################################################### # Email adress for notifications -MAIL=jdoe@example.com +MAIL=__NOTIFICATION_MAIL__ ####################################################################### # @@ -49,8 +49,8 @@ sync_tasks() { SYNC_NAME="evolix-system" SERVERS=( - node0.backup.evolix.net:2234 - node1.backup.evolix.net:2234 + __SRV0_HOST__:__SRV0_PORT__ + __SRV1_HOST__:__SRV1_PORT__ ) RSYNC_INCLUDES=( "${rsync_default_includes[@]}"