master
Heuzef 5 years ago
parent 4fcc223824
commit 8eb14fcac0
  1. 6
      check_size_consistency.pl

@ -158,10 +158,10 @@ EOF
print to_json( $json, { pretty => $pretty } );
print("\n----------------\n");
print("Full Size of last backup : $fullSize0");
print("Full Size of last backup -0 : $fullSize0");
print("\n");
print("Full Size of last backup : $fullSize1");
print("Full Size of last backup -1 : $fullSize1");
print("\n");
print("Full Size of last backup : $fullSize1");
print("Full Size of last backup -2 : $fullSize1");
print("\n");
exit(0);

Loading…
Cancel
Save