master
Heuzef 5 years ago
parent 010fa2cd80
commit 70058bfe15
  1. 2
      backuppc_check.pl

@ -83,6 +83,8 @@ print("Errors : $json->{errors}");
print("\n");
print("Size Consistency : ");
$json->{new_size} == "20";
# TOO BIG ?
my $toobig = "1";
if ( $json->{new_size} > ($json->{new_size_q3} + $json->{new_size_q3} - $json->{new_size_q1}) * 1.5 && $json->{new_size} > $json->{new_size_avg} * 6 ) {

Loading…
Cancel
Save