From 15fa2dab0f656804d2264c695d81396a64dd6111 Mon Sep 17 00:00:00 2001 From: Patrick Marchand Date: Wed, 2 Jan 2019 12:13:38 -0500 Subject: [PATCH] Improved documentation for example script Added the description of variables to change into the zzz_evobackup script comments and updated the path to the repository. --- zzz_evobackup | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/zzz_evobackup b/zzz_evobackup index 6ac5a75..5524448 100755 --- a/zzz_evobackup +++ b/zzz_evobackup @@ -1,12 +1,20 @@ #!/bin/sh # # Script Evobackup client -# See https://forge.evolix.org/projects/evobackup +# See https://gitea.evolix.org/evolix/evobackup # # Author: Gregory Colpart # Contributor: Romain Dessort , Benoît Série , Tristan Pilat , Victor Laborie , Jérémy Lecour # Licence: AGPLv3 # +# The following variables must be changed: +# SSH_PORT: The Port used for the ssh(1) jail on the backup server +# MAIL: The email address to send notifications to. +# SRV: The hostname or IP address of the backup server. +# +# You must then uncomment the various +# examples that best suit your case +# PATH=/sbin:/usr/sbin:/bin:/usr/bin:/usr/local/sbin:/usr/local/bin