/[BackupPC]/trunk/bin/BackupPC_burnArchiveCLI
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_burnArchiveCLI

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

revision 338 by dpavlin, Wed Mar 1 13:24:36 2006 UTC revision 339 by dpavlin, Wed Mar 1 13:40:44 2006 UTC
# Line 528  foreach my $copy_nr ( 1 .. $copies ) { Line 528  foreach my $copy_nr ( 1 .. $copies ) {
528                          $sth_archive_burned->execute($dvd_nr, $iso_size, $volume_nr, $copy_nr);                          $sth_archive_burned->execute($dvd_nr, $iso_size, $volume_nr, $copy_nr);
529    
530                          print "Media burn for $disk_name copy $copy_nr recorded\n";                          print "Media burn for $disk_name copy $copy_nr recorded\n";
531                    
532                            if ($copy_nr >= $copies) {
533                                    print STDERR "erasing temporary files, have $copy_nr copies (> $copies)\n";
534                                    foreach my $f (( $xml_file, $iso_file )) {
535                                            print STDERR "\t$f ";
536                                            unlink $f || die "can't remove $f: $!";
537                                            print STDERR "removed\n";
538                                    }
539                            }
540    
541                          $volume_nr++;                          $volume_nr++;
542                  }                  }
543    

Legend:
Removed from v.338  
changed lines
  Added in v.339

  ViewVC Help
Powered by ViewVC 1.1.26