diff --git a/host_backup.conf.example b/host_backup.conf.example index 65fb906..841054a 100644 --- a/host_backup.conf.example +++ b/host_backup.conf.example @@ -1,6 +1,8 @@ -###### Local / Remote backup script for files & databases -###### (C) 2013-2015 by Ozy de Jong (www.netpower.fr) -###### obackup v2.x config file rev 2016040601 +#!/usr/bin/env bash + +###### obackup - Local or Remote, push or pull backup script for files & mysql databases +###### (C) 2013-2016 by Orsiris de Jong (www.netpower.fr) +###### obackup v2.x config file rev 2016052501 ###### GENERAL BACKUP OPTIONS @@ -163,9 +165,12 @@ RSYNC_EXECUTABLE=rsync ## Alert email addresses separated by a space character DESTINATION_MAILS="your@mail.address" -## Windows (MSYS environment) only mail options (used by sendemail.exe) -SENDER_MAIL="alert@your.system" -SMTP_SERVER=smtp.your.isp.com +## Windows specific (msys / cygwin environment) only mail options (used with mailsend.exe from muquit, http://github.com/muquit/mailsend or from sendemail.exe from Brandon Zehm, http://caspian.dotconf.net/menu/Software/SendEmail/ +SENDER_MAIL="alert@your.system.tld" +SMTP_SERVER=smtp.your.isp.tld +SMTP_PORT=25 +# encryption can be tls, ssl or none +SMTP_ENCRYPTION=none SMTP_USER= SMTP_PASSWORD=