--- trunk/bin/BackupPC_tarIncCreate 2006/01/26 00:38:14 291 +++ trunk/bin/BackupPC_tarIncCreate 2006/01/26 17:13:55 297 @@ -376,6 +376,13 @@ print STDERR "NOTE: no files found for $Host:$ShareName, increment $Num\n" if ($opts{v}); # remove temporary files if there are no files rmtree($tar_path); + + my $sth = $dbh->prepare(qq{ + update backups set inc_size = 0, parts = 0, inc_deleted = true + where id = ? + }); + $sth->execute($backup_id); + } #