Sophie

Sophie

distrib > Mageia > 7 > i586 > media > core-release > by-pkgid > c806015cfb8b09ded9156630d8372907 > files > 3

backuponcd-0.9.1-18.mga7.noarch.rpm

#
# Exmaple rc-file for backuponcd. Don't rename or remove it.
#
#
# Most important parameter are TMP, tracks and tracksize.
# Read The Fine Manual if you don't guess what the 
# signification is.
#

tracksize=200
tracks=3

# Change this to a directory where you have enough free disk
# space. You need 2 * $tracksize (Mbyte), see above.
#
# Notice that each track needs a scace of $tracksize + ~12 MByte
# on the CD. So  try out 'tracksize=94' 'tracks=6', it should
# work also. It doesn't matter when the last track doesn't fit.
# A 'lost' track is stored on the next CD.

TMP=/root/tmp

# No comment:

rawdevice=/dev/scd0
mountpt=/mnt/cdrom

# Current possible: afio or tar.
archiver=tar
afioexcludes=".Z .z .gz .arc .gif .zip .zoo .lha .tpz .taz .tgz .tzg .deb .bz2"

# This is a part of the volumename of the CD
# Use only valid chars of filenames, no spaces.

dateformat="%m-%d-%Y"

#            --- Parameter of cdrecord --
#
# Type 'man cdrecord' if you didn't hear about the following 
# parameter:
dev="dev=0,0,0"

# '-eject' depends on the philipps CDD 3600 isn't able to 
# read trackinfo without reset. Try out devdepend="speed=x" 
# with any other cdwriter.
#devdepend="speed=2 fs=8m -eject"
devdepend="speed=8"

# Minimizing package dependencies, could also be 
# "cdeject -d $rawdevice":
ejectcmd="cdrecord $dev -eject"
loadcmd="cdrecord $dev -load"

#-------------------------------------------------------
# You shouldn't need to change anything below this line
# The next two items must be found in $PATH:

burn_it=backuponcd_toast.sh
verify=backuponcd_fifo-in.sh

# Internal stuff:

arch_dir=$TMP/backup.$$
log_dir=$arch_dir/log
script_dir=$arch_dir/scripts
toast_dir=$arch_dir/burn
variable=$script_dir/variable.sh
notcomp=$log_dir/compress-exclude
filelist=$log_dir/filelist
logfile=$log_dir/logfile
archive=$arch_dir/$arch_name