add comments

master
Heuzef 5 years ago
parent 749b89b5d9
commit d202334ef8
  1. 2
      check_size_consistency.pl

@ -12,8 +12,10 @@ my (undef,undef,$bkpuid,$bkpgid) = getpwnam('backuppc');
setuid($bkpuid) if ($uid ne $bkpuid);
setgid($bkpgid) if ($gid ne $bkpgid);
# Precise the host to check
my $host = $ARGV[0];
# Get values
my $bpc = BackupPC::Lib->new();
my @backups = $bpc->BackupInfoRead($host);
my $mainConf = $bpc->ConfigDataRead();

Loading…
Cancel
Save