Backburner installation customization

What should I modify for my installation?

Backburner is now driven from a configuration file. Shown below are the contents of the configuration file.

The only tricky values are the ones related to the CDRecorder and CDReWriter, but if you have successfully gotten cdrecorder (insert URL here) or XCDRoast (insert URL here) working, you have these settings figured out.

I would highly recommend you get cdrecorder or XCDRoast working alone before you try using backburner to archive to your CD-Recordable or CD-Rewriter. That way you are only debugging one problem at a time.

Here are the contents of the supplied sample backburner.rc file. This file should be modified as necessary for your particular system, and copied to /etc/backburner (if you want system wide configuration) or a file named .backburner located in your home directory (if you lack permissions to write to /etc or have user specific preferences).

# Defaults file for Backburner

# Defaults for CD-ReWritable device that backburner uses
CDRW_SEGMENTSIZE = 642998272 # Size in bytes, (multiple of blocking factor)
CDRW_BLOCKSIZE = 4096 # Blocking size in bytes
CDRW_DEVDEVICE = /dev/scd0 # "normal" device file for CDRW

# Defaults for CD-ReWritable device that cdrecorder uses. Look at the
# cdrecorder documentation, or set up XCDRoast and look at how it has
# been set up.
CDRW_SCSIDEVICE = 0,0,00 # cdrecorder device settings
CDRW_SPEED = 2 # Writing speed for cdrecorder

# (These settings will probably be identical to the CDRW settings
# above, Unless you have both a CD-Recorder and a CD-ReWriter, in
# which case, I am jealous.

# Defaults for CD-Recordable device that backburner uses
CDR_SEGMENTSIZE = 642998272 # Size in bytes, (multiple of blocking factor)
CDR_BLOCKSIZE = 4096 # Blocking size in bytes
CDR_DEVDEVICE = /dev/scd0 # "normal" device file for CDR

# Defaults for CD-ReWritable device that cdrecorder uses. Look at the
# cdrecorder documentation, or set up XCDRoast and look at how it has
# been set up.
CDR_SCSIDEVICE = 0,0,00 # cdrecorder device settings
CDR_SPEED = 2 # Writing speed for cdrecorder

# Defaults for floppy device that backburner uses
# This assumes a 1.44 3.5 inch drive configure as dos drive A
FLOP_SEGMENTSIZE = 1439744 # Size in bytes, (multiple of blocking factor)
FLOP_BLOCKSIZE = 512 # Blocking size in bytes
FLOP_DEVICE = /dev/fd0H1440 # normal device file for floppy


Return to Backburner documentation