From 82d3b7fccb0ec6d37b3631259ae1164a841372a2 Mon Sep 17 00:00:00 2001 From: Darren 'Tadgy' Austin Date: Fri, 22 May 2026 16:02:52 +0100 Subject: [PATCH] Increase minimum log file size. --- mirror-wrapper | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ")