NAME

yakup.conf - the optional yakup(1) configuration file

SYNOPSIS

The yakup.conf configuration file sets yakup(1) execution parameters and default option values.

FILE FORMAT

Configuration files are sourced by the yakup(1) shell script, the format must therefore conform to the bash(1) shell syntax. The configuration files contain a list of shell variable assignments.

CONFIGURATION FILE VARIABLES

Configuration file shell variable assignments set yakup(1) command option values. Assignment precedence is detailed in the OPTION VALUES section of the yakup(1) man page. Here's a list of available configuration file variables:

ARCHIVE_DIR
CDR_DIR
CDRECORD_OPTS
CDR_SIZE
CDRW_DIR
CDRW_SIZE
COMPRESSION
DEV
DISK1_PROMPT
DVD_DIR
DVD_SIZE
EXCLUDE_FILE
INCLUDE_FILE
LOCK_TRAY
LOG_FILE
MEDIA
MKISOFS_OPTS
PREFIX
RESTORE_DIR
VOLUME_ID

EXAMPLES

Example: yakup.conf file
# yakup.conf: yakup configuration file.
#
# This file is sourced by yakup before processing command-line options.
#

ARCHIVE_DIR=/var/local/yakup/archives
CDR_DIR=/media/cdrom
CDR_SIZE=700M
CDRW_DIR=/media/cdrom
CDRW_SIZE=650M
CDRECORD_OPTS=driveropts=burnfree
COMPRESSION=gzip
DEV=/dev/hdc
DVD_DIR=/media/cdrom
DVD_SIZE=4.2G
EXCLUDE_FILE=/var/local/yakup/excluded
INCLUDE_FILE=/var/local/yakup/included
LOG_FILE=/var/log/yakup.log
MEDIA=dvd
MKISOFS_OPTS="-r -J"
PREFIX=yakup%l.$(date +%Y%m%d)
RESTORE_DIR=/var/local/yakup/restore
VOLUME_ID="yakup%l $(date +%F) (%n of %N)"

AUTHOR

Written by Stuart Rackham <srackham@methods.co.nz>.

SEE ALSO

yakup(1), bash(1)

COPYING

Copyright (C) 2005-2006 Stuart Rackham. Free use of this software is granted under the terms of the GNU General Public License (GPL).