From 65ba8695ad8ebce9fc9d37f155ab862ee6102898 Mon Sep 17 00:00:00 2001 From: Jeremy Lecour Date: Wed, 4 Jan 2023 07:45:47 +0100 Subject: [PATCH] Add documentation comments --- client/zzz_evobackup | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/client/zzz_evobackup b/client/zzz_evobackup index 97a741f..f57cbab 100755 --- a/client/zzz_evobackup +++ b/client/zzz_evobackup @@ -13,8 +13,19 @@ # and others. # # Licence: AGPLv3 + +###################################################################### +# To configure the script: # -# /!\ DON'T FORGET TO SET "MAIL" and "SERVERS" VARIABLES +# 1. Set the following MAIL and SERVERS variables. +# 2. Customize the RSYNC_INCLUDES and RSYNC_EXCLUDES variables. +# 3. Enable or disable local tasks inside the local_tasks() function. +# +# Some local tasks are configurable. +# If you enable them, have a look at their implementation. +# +####################################################################### + ##### Configuration ###################################################