NAME

cd_dir2cd - Burn the subdirectories and files from the given directory to the CDR or CDRW in the destination device.


SYNOPSIS

  cd_dir2cd jobid [-tb] [-s speed] [-l lockfile1[,lockfile2,...] srcdev dstdev
  jobid: The jobid of the CGIBurn job this is running for.
  -l: Use these lockfiles.  You should pass the full path, and if multiple
      files should be passed, separate them with commas.
  -t: Run cd burner in test mode
  -b: Blank CDRW before writing
  -s: Burn at speed "speed"
  srcdev: The directory to copy from.
  dstdev: The device number of the CD drive we're burning to,
          in cdrecord's scsibus,scsitarget,scsilun format.

srcdev must be mounted, or be an automounted directory. There are currently no provisions for mounting and unmounting manually.

This program uses ``cdrecord'' to burn the CD and requires ``awk'' to function properly.


SEE ALSO

cdrecord(1), awk(1), CGIBurn::Driver::cd_dir2cd, CGIBurn::BurnLog, CGIBurn::Job.