/[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 180 by dpavlin, Tue Oct 11 18:32:27 2005 UTC revision 181 by dpavlin, Wed Oct 12 10:34:26 2005 UTC
# Line 135  my $sth_archive_backup = $dbh->prepare( Line 135  my $sth_archive_backup = $dbh->prepare(
135                  archive_id,                  archive_id,
136                  hosts.name as host,                  hosts.name as host,
137                  shares.name as share,                  shares.name as share,
138                  backups.num as num,                  backups.num as num
139          from archive_backup          from archive_backup
140          join archive on archive_id = archive.id          join archive on archive_id = archive.id
141          join backups on backup_id = backups.id          join backups on backup_id = backups.id
# Line 185  foreach my $arc (@archives_to_burn) { Line 185  foreach my $arc (@archives_to_burn) {
185    
186          }          }
187    
188            # FIXME add file list in xml and txt and note file
189    
190            close($list);
191    
192          print "Running mkisofs now for $inc increments...\n";          print "Running mkisofs now for $inc increments...\n";
193    
194          my $cmd = qq{ mkisofs -A BackupPC -gui -J -r -T --input-charset ISO-8859-2 -V $dvd_nr -o $iso_file -path-list $list_file };          my $cmd = qq{ mkisofs -A BackupPC -gui -J -r -T --input-charset ISO-8859-2 -V $dvd_nr -o $iso_file -path-list $list_file };

Legend:
Removed from v.180  
changed lines
  Added in v.181

  ViewVC Help
Powered by ViewVC 1.1.26