From b6bffb3924a05e6f37cc8f21db2c793c23c8ca25 Mon Sep 17 00:00:00 2001 From: root Date: Wed, 13 Jan 2010 11:59:17 +0000 Subject: [PATCH] Comment out debug statement that causes noise in cron mail --- backup.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/backup.sh b/backup.sh index ac038ed..61ec0f5 100755 --- a/backup.sh +++ b/backup.sh @@ -258,8 +258,8 @@ do echo $DATEs > $storagedir/$computer/$sfilesystem/.date fi - # Check if we want a full backup - printf " $computer $filesystem: $confdir/fastfullbackupdag.$computer.$sfilesystem\n" + # Check if we want a full backup - Debug statement that causes noise in cron mail: + # printf " $computer $filesystem: $confdir/fastfullbackupdag.$computer.$sfilesystem\n" if [ -f $confdir/fastfullbackupdag.$computer.$sfilesystem ]; then fullbackup_min_for_this_machine=$dagermellomfulleforfast if [ "$DAY_OF_MONTH" = "`cat $confdir/fastfullbackupdag.$computer.$sfilesystem`" ]; then -- 2.39.2