Better comment
This commit is contained in:
parent
17b3f70063
commit
4fca4440d1
1 changed files with 3 additions and 3 deletions
|
|
@ -366,14 +366,14 @@ VERBOSITY="-v3"
|
||||||
# EMAIL ALERT (*thanks: rmarescu*)
|
# EMAIL ALERT (*thanks: rmarescu*)
|
||||||
# ------------------------------------------------------------------------------
|
# ------------------------------------------------------------------------------
|
||||||
#
|
#
|
||||||
# Provide an email address to receive the logfile by email. If no email
|
# Provide an email address to receive the logfile by email. If no EMAIL_TO
|
||||||
# address is provided, no alert will be sent.
|
# provided, no alert will be sent.
|
||||||
# You can set a custom from email address and a custom subject (both optionally)
|
# You can set a custom from email address and a custom subject (both optionally)
|
||||||
# If no value is provided for the subject, the following value will be
|
# If no value is provided for the subject, the following value will be
|
||||||
# used by default: "duplicity-backup Alert ${LOG_FILE}"
|
# used by default: "duplicity-backup Alert ${LOG_FILE}"
|
||||||
# MTA used: mailx
|
# MTA used: mailx
|
||||||
|
|
||||||
#EMAIL="admin@example.com"
|
#EMAIL_TO="admin@example.com"
|
||||||
EMAIL_TO=
|
EMAIL_TO=
|
||||||
EMAIL_FROM=
|
EMAIL_FROM=
|
||||||
EMAIL_SUBJECT=
|
EMAIL_SUBJECT=
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue