Increase minimum log file size.

This commit is contained in:
Darren 'Tadgy' Austin 2026-05-22 16:02:52 +01:00
commit 82d3b7fccb

View file

@ -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%%.*}\" <noreply@slackware.uk.net>"
EMAIL_TO=("Systems' Administrator <sysadmin@slackware.uk>")