--- trunk/bin/BackupPC_updatedb 2005/08/19 15:38:56 40 +++ trunk/bin/BackupPC_updatedb 2005/08/20 11:24:55 44 @@ -40,14 +40,15 @@ my %opt; -if ( !getopts("cdm:v", \%opt ) ) { +if ( !getopts("cdm:v:", \%opt ) ) { print STDERR <{$host_key}->{'host'}, - "\t#$backupNum\t", + "\t#$backupNum\t", $backup->{type} || '?', " ", $backup->{nFilesNew} || '?', "/", $backup->{nFiles} || '?', " files\n"; @@ -305,7 +306,7 @@ my ($bpc, $hostname, $files, $backupNum, $share, $dir, $shareID) = @_; - print STDERR "recurse($hostname,$backupNum,$share,$dir,$shareID)\n" if ($debug >= 1); + print STDERR "\nrecurse($hostname,$backupNum,$share,$dir,$shareID)\n" if ($debug >= 1); my ($nr_files, $new_files, $nr_dirs, $new_dirs) = (0,0,0,0);