On Dec 2, 2003, at 6:17 AM, Marco Gazzetta wrote: [..]
I am using cdbkup to (what else?) backup my system on CD. It is quite the[..]
reliable program, and I was very surprised to find it had a nasty bug.
In short, whenever I tried to perform a backup that didn't fit on one CD, the
program would create ISO images that were consistently too large for my CDs.
like dan I am not familiar with this app, but I Google, and I presume you mean the version from sourceforge:
<http://sourceforge.net/project/showfiles.php?group_id=29610>
which then leads us to the question as to what arguments are you passing it, since you are clearlying getting some strange mojo in the cdsplit command that will change how it is dealing with:
sub netsize { if ($iso) { $size = (2047 + shift) & ~2047; return $slack + $fixatepad + ($size > $minsize ? $size : $minsize); } else { $size = shift; return $size; } }
ciao drieux
---
-- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]