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

Last change on this file since 1639 was 1639, checked in by Bruno Cornec, 17 years ago

More conf file items handled

File size: 2.9 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"
[1594]16#
[1048]17
18#
[1594]19# If necessary (different from mondo_media_device),
20# precise the string used as a device by the previous command
21#mondo_iso_burning_dev="0,0,0"
22
23#
[1535]24# ISO Burning CLI command options
[1592]25mondo_iso_burning_opt="-eject fs=24m driveropts=burnfree"
[1594]26#mondo_iso_burning_opt="-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]27
28#
[1228]29# ISO Burning Speed
[1048]30#
[1228]31mondo_iso_burning_speed=1
[1048]32
33#
[1594]34# Erase CLI command to use fir RW media
[1048]35#
[1594]36mondo_rw_erase_cmd="/usr/bin/cdrecord"
37
38#
39# Erase CLI command to use fir RW media
40#
41mondo_rw_erase_opt="blank=fast"
42
43#
44# Default size of media in MiB
45#
[1535]46# Use 4480 for DVDs, 650 or 700 for CDs
[1048]47#
[1529]48mondo_media_size=4480
[1048]49
50#
51# Default device of media
52#
[1609]53# Use /dev/hdc, /dev/sr0, /dev/st0, ...
[1048]54#
55mondo_media_device="/dev/hdc"
56
57#
58# Is the CD tray manual ? (yes|no)
59#
60mondo_manual_tray=no
61
62#
63# Default log level
64#
65mondo_log_level=4
66
67#
68# default prefix for ISO names
69#
[1331]70mondo_prefix="mondorescue"
[1048]71
72#
73# External tape blocksize
74#
75mondo_external_tape_blocksize=131072
76
77#
78# Internal tape blocksize
79#
[1637]80mondo_internal_tape_blocksize=32768
[1048]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
[1639]95# (white space separated list of modules or "all" for maximum cloning capability)
[1048]96#
[1639]97mondo_additional_modules="all"
[1048]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.