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
yakup.conf - the optional yakup(1) configuration file
The yakup.conf configuration file sets yakup(1) execution parameters and default option values.
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 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
The values of CDR_DIR, CDRW_DIR and DVD_DIR variables set the default —media-dir option value for media types cdr, cdrw and dvd respectively.
The values of CDR_SIZE, CDRW_SIZE and DVD_SIZE variables set the default —chunk-size option value for media types cdr, cdrw and dvd respectively.
See the corresponding yakup(1) options for descriptions of the remaining variables.
# 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)"
Written by Stuart Rackham <srackham@methods.co.nz>.
yakup(1), bash(1)
Copyright (C) 2005-2006 Stuart Rackham. Free use of this software is granted under the terms of the GNU General Public License (GPL).