r8425@llin: dpavlin | 2005-10-10 15:39:04 +0200
[BackupPC.git] / bin / BackupPC_incPartsUpdate
index b6030d3..794db78 100755 (executable)
@@ -19,7 +19,7 @@ my $tarIncCreate = $path .= 'BackupPC_tarIncCreate';
 
 die "can't find $tarIncCreate: $!\n" unless (-x $tarIncCreate);
 
-my $debug = 1;
+my $debug = 0;
 $|=1;
 
 my $start_t = time();
@@ -93,7 +93,7 @@ while (my $row = $sth->fetchrow_hashref) {
 
        my $size = (stat( "$tar_dir/$tar_file" ))[7];
 
-       print fmt_time(time() - $t)," $size bytes\n";
+       print " dur: ",fmt_time(time() - $t)," $size bytes\n";
 
        $sth_inc_size->execute($size, $row->{'backup_id'});