mirror of
https://github.com/deajan/obackup.git
synced 2025-05-10 12:13:41 +02:00
Added more windows specific settings
This commit is contained in:
parent
04a66b2c9c
commit
a41fcdd00a
@ -1,6 +1,8 @@
|
|||||||
###### Local / Remote backup script for files & databases
|
#!/usr/bin/env bash
|
||||||
###### (C) 2013-2015 by Ozy de Jong (www.netpower.fr)
|
|
||||||
###### obackup v2.x config file rev 2016040601
|
###### 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
|
###### GENERAL BACKUP OPTIONS
|
||||||
|
|
||||||
@ -163,9 +165,12 @@ RSYNC_EXECUTABLE=rsync
|
|||||||
## Alert email addresses separated by a space character
|
## Alert email addresses separated by a space character
|
||||||
DESTINATION_MAILS="your@mail.address"
|
DESTINATION_MAILS="your@mail.address"
|
||||||
|
|
||||||
## Windows (MSYS environment) only mail options (used by sendemail.exe)
|
## 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"
|
SENDER_MAIL="alert@your.system.tld"
|
||||||
SMTP_SERVER=smtp.your.isp.com
|
SMTP_SERVER=smtp.your.isp.tld
|
||||||
|
SMTP_PORT=25
|
||||||
|
# encryption can be tls, ssl or none
|
||||||
|
SMTP_ENCRYPTION=none
|
||||||
SMTP_USER=
|
SMTP_USER=
|
||||||
SMTP_PASSWORD=
|
SMTP_PASSWORD=
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user