# Mondorescue configuration file # # $Id$ # # We tried to give sensible defaults in this file. # It will always be loaded by mondoarchive before your own configuration files. # DO NOT CHANGE THAT FILE IN ANYWAY AS ITS MD5 SUM IS USED AS A CHECK !! # Anyway changing some values in your own configuration file may render # mondoarchive instable or cause failures. Use with care. # # ISO Burning CLI command to use # mondo_iso_burning_cmd="/usr/bin/cdrecord" #mondo_iso_burning_cmd="/usr/bin/growisofs" # # # If necessary (different from mondo_media_device), # precise the string used as a device by the previous command #mondo_iso_burning_dev="0,0,0" # # ISO Burning CLI command options mondo_iso_burning_opt="-eject fs=24m driveropts=burnfree" #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" # # ISO Burning Speed # mondo_iso_burning_speed=1 # # Erase CLI command to use fir RW media # mondo_rw_erase_cmd="/usr/bin/cdrecord" # # Erase CLI command to use fir RW media # mondo_rw_erase_opt="blank=fast" # # Default size of media in MiB # # Use 4480 for DVDs, 650 or 700 for CDs # mondo_media_size=4480 # # Default device of media # # Use /dev/hdc, /dev/sr0, /dev/st0, ... # mondo_media_device="/dev/hdc" # # Is the CD tray manual ? (yes|no) # mondo_manual_tray=no # # Default log level # mondo_log_level=4 # # default prefix for ISO names # mondo_prefix="mondorescue" # # External tape blocksize # mondo_external_tape_blocksize=131072 # # Internal tape blocksize # mondo_internal_tape_blocksize=32768 # # Create mindi CD (yes|no) ? # mondo_create_mindi_cd=no # # Kernel to use (NATIVE|FAILSAFE|PATH TO THE KERNEL) # mondo_kernel="NATIVE" #mondorescue_kernel="/boot/vmlinuz.special" # # Additional modules to support # (white space separated list of modules or "all" for maximum cloning capability) # mondo_additional_modules="all" # # Boot loader to use # (GRUB|ELILO|LILO|RAW|BOOT0|DD|NATIVE) # mondo_boot_loader="NATIVE" # DONE # # Differential backup or full (yes|no) # mondo_differential=no # # Default compression tool # mondo_compression_tool="/bin/gzip" # # Default compression level # mondo_compression_level=6 # # Paths to exclude from backup # (white space separated list of paths) # mondo_exclude_paths="" # # Paths to include onto the backup # (white space separated list of paths) # mondo_include_paths="" # # Which mode should be activated by default (cli|newt|x11|web) # TBC # mondo_ui_mode="newt" # # Activate automatic restore (Use with caution) (yes|no) # (look at -H option in man page) # mondo_automatic_restore=no # # Scratch directory # mondo_scratch_dir="/var/spool/mondo" #scratch_dir="/var/cache/mondo/scratch" # # Temporary directory main path # A subdirectory will be created below to host mondo's temp files # mondo_tmp_dir="/tmp" #tmp_dir="/var/cache/mondo/tmp" # # Images creation dir # mondo_images_dir="/var/cache/mondo"