--- trunk/bin/BackupPC_incPartsUpdate 2006/01/31 22:04:47 329 +++ trunk/bin/BackupPC_incPartsUpdate 2007/05/07 08:48:47 371 @@ -418,7 +418,7 @@ # this will return -1 if file doesn't exist my $size = BackupPC::SearchLib::get_tgz_size_by_name($tar_file); - print "# size: $size backup.size: ", $row->{inc_size},"\n" if ($opt{d}); + print "# host: ".${row->{host}}.", share: ".$row->{'share'}.", backup_num:".$row->{num}." size: $size backup.size: ", $row->{inc_size},"\n" if ($opt{d}); if ( $row->{'inc_size'} != -1 && $size != -1 && $row->{'inc_size'} >= $size && $row->{parts} == $row->{backup_parts}) { if ($check) {