cd_copy - Copy from one CD to another.
cd_copy jobid [-tb] [-s speed] [-l lockfile1[,lockfile2,...] srcdev dstdev
jobid: The jobid of the CGIBurn job this is running for.
-t: Run cd burner in test mode
-b: Blank CDRW before writing
-s: Burn at speed "speed"
-l: Use these lockfiles. You should pass the full path, and if multiple
files should be passed, separate them with commas.
-E: Don't try to eject source media.
srcdev: The path to a character-special device for the
source CD drive.
dstdev: The device number of the CD drive we're burning to,
in cdrecord's scsibus,scsitarget,scsilun format.
Uses the ``eject'' and ``cdrecord'' programs, and requires ``awk'' for proper operation.
eject(1), cdrecord(1), awk(1), CGIBurn::Driver::cd_copy, CGIBurn::BurnLog, CGIBurn::Job.