Remove duration

master
Heuzef 5 years ago
parent 50fb7a526d
commit 9b04954da9
  1. 1
      backuppc_check.pl

@ -121,7 +121,6 @@ if ( $host ) {
$json->{size} += $backup->{sizeNew};
$total_new += $backup->{sizeNew};
$total_comp += $backup->{sizeNewComp};
$duration += $backup->{endTime} - $backup->{startTime};
$bkp_num++;
$json->{bkp}++;
}

Loading…
Cancel
Save