From f0f177bae95bf7308f839b912cd268d6947db40f Mon Sep 17 00:00:00 2001 From: Jeremy Lecour Date: Thu, 6 Jul 2023 09:47:39 +0200 Subject: [PATCH] wording --- client/zzz_evobackup | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/client/zzz_evobackup b/client/zzz_evobackup index ce3d22c..85e610f 100644 --- a/client/zzz_evobackup +++ b/client/zzz_evobackup @@ -251,15 +251,13 @@ local_tasks() { ########## Optional configuration ##################################### setup_custom() { - # If you set a value (like "linux", "openbsd"…) it will be used, - # Default: uname(1) in lowercase. - ### SYSTEM="linux" + # System name ("linux" and "openbsd" currently supported) + ### SYSTEM="$(uname)" - # If you set a value it will be used, - # Default: hostname(1). - ### HOSTNAME="example-host" + # Host name for logs and notifications + ### HOSTNAME="$(hostname)" - # Email subect for notifications + # Email subject for notifications ### MAIL_SUBJECT="[info] EvoBackup - Client ${HOSTNAME}" # No-op in case nothing is executed