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