diff --git a/mirror-wrapper b/mirror-wrapper index 0048d49..61be5f4 100755 --- a/mirror-wrapper +++ b/mirror-wrapper @@ -5,7 +5,7 @@ COMMAND="/opt/bin/mirror" LOGSDIR="/var/log/duplication/mirroring/$(printf "%(%Y/%m)T")" LOGFILE="$(printf "%(%Y%m%d-%H%M%S)T")-$$" -MIN_LOGFILE_SIZE="550" # Used to prevent unnecessary emails - only messages over this size are sent. +MIN_LOGFILE_SIZE="650" # Used to prevent unnecessary emails - only messages over this size are sent. # Where from/to to send emails. Comment for no emailing. EMAIL_FROM="\"Server: ${HOSTNAME%%.*}\" " EMAIL_TO=("Systems' Administrator ")