source: MondoRescue/branches/stable/mondo/distributions/conf/mondo.conf.dist@ 1592

Last change on this file since 1592 was 1592, checked in by Bruno Cornec, 17 years ago
  • use of conf file for mkisofs and cdrecord commands
  • unification of cdr,cdrw and dvd
  • may not compile, modifications will continue
File size: 2.8 KB
RevLine 
[1048]1# Mondorescue configuration file
2#
3# $Id$
4#
5# We tried to give sensible defaults in this file.
[1535]6# It will always be loaded by mondoarchive before your own configuration files.
[1228]7# DO NOT CHANGE THAT FILE IN ANYWAY AS ITS MD5 SUM IS USED AS A CHECK !!
8# Anyway changing some values in your own configuration file may render
9# mondoarchive instable or cause failures. Use with care.
[1048]10
11#
12# ISO Burning CLI command to use
13#
14mondo_iso_burning_cmd="/usr/bin/cdrecord"
[1592]15#mondo_iso_burning_cmd="/usr/bin/growisofs"
[1048]16
17#
[1535]18# ISO Burning CLI command options
[1592]19mondo_iso_burning_opt="-eject fs=24m driveropts=burnfree"
20#mondo_iso_burning_options="-J -r -v -p MondoRescue -publisher http://www.mondorescue.org -A MondoRescue -o _ISO_ -V _CD#_ -boot-info-table -no-emul-boot -boot-load-size 4"
[1048]21
22#
[1228]23# ISO Burning Speed
[1048]24#
[1228]25mondo_iso_burning_speed=1
[1048]26
27#
28# Default size of media
29#
[1535]30# Use 4480 for DVDs, 650 or 700 for CDs
[1048]31#
[1529]32mondo_media_size=4480
[1048]33
34#
35# Default device of media
36#
37# Use /dev/hdc, /dev/sr0, /dev/st0, ATAPI:0,0,0, ...
38#
39mondo_media_device="/dev/hdc"
40
41#
42# Is the CD tray manual ? (yes|no)
43#
44mondo_manual_tray=no
45
46#
47# Default log level
48#
49mondo_log_level=4
50
51#
52# default prefix for ISO names
53#
[1331]54mondo_prefix="mondorescue"
[1048]55
56#
57# External tape blocksize
58#
59mondo_external_tape_blocksize=131072
60
61#
62# Internal tape blocksize
63#
64mondo_internal_tape_blocksize=8192
65
66#
[1228]67# Size in MB of the slices for biggiefiles
[1048]68#
69mondo_slice_size=4096
70
71#
[1256]72# deplist file used (either fill path or relative to
73# mondo's configuration dir
[1048]74#
[1256]75mondo_deplist_file="deplist.txt"
[1048]76
77#
78# Write boot floppies (yes|no) ?
79#
80mondo_write_boot_floppy=no
81
82#
83# Create mindi CD (yes|no) ?
84#
85mondo_create_mindi_cd=no
86
87#
88# Kernel to use (NATIVE|FAILSAFE|PATH TO THE KERNEL)
89#
90mondo_kernel="NATIVE"
91#mondorescue_kernel="/boot/vmlinuz.special"
92
93#
94# Additional modules to support
95# (white space separated list of modules)
96#
97mondo_additional_modules=""
98
99#
100# Boot loader to use
101# (GRUB|ELILO|LILO|RAW|NATIVE)
102#
[1331]103mondo_boot_loader="NATIVE"
[1048]104
105#
106# Differential backup or full (yes|no)
107#
108mondo_differential=no
109
110#
111# Default compression tool
112#
[1228]113mondo_compression_tool="/bin/gzip"
[1048]114
115#
116# Default compression level
117#
[1256]118mondo_compression_level=6
[1048]119
120#
121# Paths to exclude from backup
122# (white space separated list of paths)
123#
[1256]124mondo_exclude_paths=""
[1048]125
126#
127# Paths to include onto the backup
128# (white space separated list of paths)
129#
[1256]130mondo_include_paths=""
[1048]131
132#
[1256]133# Which mode should be activated by default (cli|newt|x11|web)
134# TBC
[1048]135#
[1331]136mondo_ui_mode="newt"
[1048]137
138#
139# Activate automatic restore (Use with caution) (yes|no)
140# (look at -H option in man page)
141#
142mondo_automatic_restore=no
143
144#
145# Scratch directory
146#
[1256]147mondo_scratch_dir="/var/spool/mondo"
148#scratch_dir="/var/cache/mondo/scratch"
[1048]149
150#
[1256]151# Temporary directory main path
152# A subdirectory will be created below to host mondo's temp files
[1048]153#
[1256]154mondo_tmp_dir="/tmp"
155#tmp_dir="/var/cache/mondo/tmp"
[1048]156
157#
158# Images creation dir
159#
160mondo_images_dir="/var/cache/mondo"
Note: See TracBrowser for help on using the repository browser.