--- trunk/bin/BackupPC_burnArchiveCLI 2005/10/11 18:32:27 176 +++ trunk/bin/BackupPC_burnArchiveCLI 2005/10/12 10:34:26 181 @@ -135,7 +135,7 @@ archive_id, hosts.name as host, shares.name as share, - backups.num as num, + backups.num as num from archive_backup join archive on archive_id = archive.id join backups on backup_id = backups.id @@ -185,6 +185,10 @@ } + # FIXME add file list in xml and txt and note file + + close($list); + print "Running mkisofs now for $inc increments...\n"; 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 };