/[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 207 by dpavlin, Sat Oct 15 13:40:04 2005 UTC revision 208 by dpavlin, Sat Oct 15 14:11:46 2005 UTC
# Line 304  foreach my $arc (@archives_to_burn) { Line 304  foreach my $arc (@archives_to_burn) {
304                  if ($parts > 1) {                  if ($parts > 1) {
305                          # parts start with 0, so we have -1 here                          # parts start with 0, so we have -1 here
306                          $part_path = '.' . ($part_nr - 1);                          $part_path = '.' . ($part_nr - 1);
307                          $disk_name .= '.' . $part_nr;                          $disk_name .= ' ' . $part_nr . '/' . $parts;
308                  }                  }
309    
310                  print "Processing part $part_nr/$parts\n";                  print "Processing part $part_nr/$parts\n";
# Line 353  foreach my $arc (@archives_to_burn) { Line 353  foreach my $arc (@archives_to_burn) {
353    
354                          print "Running mkisofs now for $inc increments, disk $disk_name\n";                          print "Running mkisofs now for $inc increments, disk $disk_name\n";
355    
356                          my $cmd = $bin->{'mkisofs'} . qq{ -A BackupPC -gui -J -r -T --input-charset ISO-8859-2 -V $disk_name -o ${iso_file}.tmp -path-list $list_file };                          my $cmd = $bin->{'mkisofs'} . qq{ -A BackupPC -gui -J -r -T --input-charset ISO-8859-2 -V "$disk_name" -o ${iso_file}.tmp -path-list $list_file };
357    
358                          system($cmd) == 0 or skip "can't run $cmd: $?";                          system($cmd) == 0 or skip "can't run $cmd: $?";
359    

Legend:
Removed from v.207  
changed lines
  Added in v.208

  ViewVC Help
Powered by ViewVC 1.1.26