Declare ID backup

master
Heuzef 5 years ago
parent 2bfcd4ecec
commit 1aaff130ba
  1. 1
      Check.pm

@ -87,6 +87,7 @@ sub action
my $sizes = new Statistics::Descriptive::Full;
foreach my $backup ( @Backups ) {
my $idBackup = $Backups[@Backups-1]->{num} if ( @Backups );
# Skip partial or active backups
next if ( $backup->{type} !~ m/^full|incr$/ );
# Push all the sizes in our data set to compute avg sizes

Loading…
Cancel
Save