--- trunk/bin/BackupPC_incPartsUpdate 2005/12/13 18:08:50 270 +++ trunk/bin/BackupPC_incPartsUpdate 2005/12/13 18:29:05 271 @@ -298,6 +298,9 @@ my $curr_backup = 1; while (my $row = $sth->fetchrow_hashref) { + + $curr_backup++; + my $tar_file = BackupPC::SearchLib::getGzipName($row->{'host'}, $row->{'share'}, $row->{'num'}); # this will return -1 if file doesn't exist @@ -313,8 +316,7 @@ } } - print curr_time, " $curr_backup/$num_backups ", $row->{'host'}, ":", $row->{'share'}, " #", $row->{'num'}, " -> $tar_file"; - $curr_backup++; + print curr_time, " creating $curr_backup/$num_backups ", $row->{'host'}, ":", $row->{'share'}, " #", $row->{'num'}, " -> $tar_file"; my $t = time();