]> git.sesse.net Git - backup.sh/commitdiff
Comment out debug statement that causes noise in cron mail
authorroot <empty>
Wed, 13 Jan 2010 11:59:17 +0000 (11:59 +0000)
committerroot <empty>
Wed, 13 Jan 2010 11:59:17 +0000 (11:59 +0000)
backup.sh

index ac038ede42efdf24b02f809abe052d129aa39994..61ec0f5b365254fbe7973c62d187ad749fe3d5af 100755 (executable)
--- 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