/[BackupPC]/trunk/bin/BackupPC_incPartsUpdate
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /trunk/bin/BackupPC_incPartsUpdate

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 279 by dpavlin, Wed Dec 14 00:00:26 2005 UTC revision 280 by dpavlin, Wed Dec 14 10:40:10 2005 UTC
# Line 197  sub tar_check($$$$) { Line 197  sub tar_check($$$$) {
197    
198                  print ", $items items";                  print ", $items items";
199    
200                  if ($tar_size == 0) {                  if ($tar_size == 0 && $items == 0) {
201                          print ", EMPTY tar\n";                          print ", EMPTY tar\n";
202    
203                          my $backup_id = get_backup_id($host, $share, $num);                          my $backup_id = get_backup_id($host, $share, $num);
# Line 208  sub tar_check($$$$) { Line 208  sub tar_check($$$$) {
208                                  where id = ?                                  where id = ?
209                          });                          });
210                          $sth_inc_deleted->execute($backup_id);                          $sth_inc_deleted->execute($backup_id);
211    
212                            $dbh->commit;
213    
214                            return 1;
215                  }                  }
216    
217                    # fix tar_size for tars without any files
218                    $tar_size ||= 512 * $items;
219    
220    
221                  #                  #
222                  # check if md5 exists, and if not, create one                  # check if md5 exists, and if not, create one

Legend:
Removed from v.279  
changed lines
  Added in v.280

  ViewVC Help
Powered by ViewVC 1.1.26