| 1 | # Mondorescue configuration file
|
|---|
| 2 | #
|
|---|
| 3 | # $Id$
|
|---|
| 4 | #
|
|---|
| 5 | # We tried to give sensible defaults in this file.
|
|---|
| 6 | # It will always be loaded by mondoarchive before your own configuration files.
|
|---|
| 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.
|
|---|
| 10 |
|
|---|
| 11 | #
|
|---|
| 12 | # ISO Burning CLI command to use
|
|---|
| 13 | #
|
|---|
| 14 | mondo_iso_burning_cmd="/usr/bin/cdrecord"
|
|---|
| 15 | #mondo_iso_burning_cmd="/usr/bin/growisofs"
|
|---|
| 16 | #
|
|---|
| 17 |
|
|---|
| 18 | #
|
|---|
| 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 | #
|
|---|
| 24 | # ISO Burning CLI command options
|
|---|
| 25 | mondo_iso_burning_opt="-eject fs=24m driveropts=burnfree"
|
|---|
| 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"
|
|---|
| 27 |
|
|---|
| 28 | #
|
|---|
| 29 | # ISO Burning Speed
|
|---|
| 30 | #
|
|---|
| 31 | mondo_iso_burning_speed=1
|
|---|
| 32 |
|
|---|
| 33 | #
|
|---|
| 34 | # Erase CLI command to use fir RW media
|
|---|
| 35 | #
|
|---|
| 36 | mondo_rw_erase_cmd="/usr/bin/cdrecord"
|
|---|
| 37 |
|
|---|
| 38 | #
|
|---|
| 39 | # Erase CLI command to use fir RW media
|
|---|
| 40 | #
|
|---|
| 41 | mondo_rw_erase_opt="blank=fast"
|
|---|
| 42 |
|
|---|
| 43 | #
|
|---|
| 44 | # Default size of media in MiB
|
|---|
| 45 | #
|
|---|
| 46 | # Use 4480 for DVDs, 650 or 700 for CDs
|
|---|
| 47 | #
|
|---|
| 48 | mondo_media_size=4480
|
|---|
| 49 |
|
|---|
| 50 | #
|
|---|
| 51 | # Default device of media
|
|---|
| 52 | #
|
|---|
| 53 | # Use /dev/hdc, /dev/sr0, /dev/st0, ...
|
|---|
| 54 | #
|
|---|
| 55 | mondo_media_device="/dev/hdc"
|
|---|
| 56 |
|
|---|
| 57 | #
|
|---|
| 58 | # Is the CD tray manual ? (yes|no)
|
|---|
| 59 | #
|
|---|
| 60 | mondo_manual_tray=no
|
|---|
| 61 |
|
|---|
| 62 | #
|
|---|
| 63 | # Default log level
|
|---|
| 64 | #
|
|---|
| 65 | mondo_log_level=4
|
|---|
| 66 |
|
|---|
| 67 | #
|
|---|
| 68 | # default prefix for ISO names
|
|---|
| 69 | #
|
|---|
| 70 | mondo_prefix="mondorescue"
|
|---|
| 71 |
|
|---|
| 72 | #
|
|---|
| 73 | # External tape blocksize
|
|---|
| 74 | #
|
|---|
| 75 | mondo_external_tape_blocksize=131072
|
|---|
| 76 |
|
|---|
| 77 | #
|
|---|
| 78 | # Internal tape blocksize
|
|---|
| 79 | #
|
|---|
| 80 | mondo_internal_tape_blocksize=32768
|
|---|
| 81 |
|
|---|
| 82 | #
|
|---|
| 83 | # Differential backup or full (yes|no)
|
|---|
| 84 | #
|
|---|
| 85 | mondo_differential=no
|
|---|
| 86 |
|
|---|
| 87 | #
|
|---|
| 88 | # Kernel to use (NATIVE|FAILSAFE|PATH TO THE KERNEL)
|
|---|
| 89 | #
|
|---|
| 90 | mondo_kernel="NATIVE"
|
|---|
| 91 | #mondo_kernel="/boot/vmlinuz.special"
|
|---|
| 92 |
|
|---|
| 93 | #
|
|---|
| 94 | # Boot loader to use
|
|---|
| 95 | # (GRUB|ELILO|LILO|RAW|BOOT0|DD|NATIVE)
|
|---|
| 96 | #
|
|---|
| 97 | mondo_boot_loader="NATIVE"
|
|---|
| 98 |
|
|---|
| 99 | #
|
|---|
| 100 | # Default compression tool
|
|---|
| 101 | # It should support compression level with -# (# from 0 to 9)
|
|---|
| 102 | # and option -d to uncompress and -c to use stdout as output file
|
|---|
| 103 | #
|
|---|
| 104 | mondo_compression_tool="/bin/gzip"
|
|---|
| 105 |
|
|---|
| 106 | #
|
|---|
| 107 | # Default compression tool
|
|---|
| 108 | #
|
|---|
| 109 | mondo_compression_suffix="gz"
|
|---|
| 110 |
|
|---|
| 111 | #
|
|---|
| 112 | # Default compression level
|
|---|
| 113 | #
|
|---|
| 114 | mondo_compression_level=6
|
|---|
| 115 |
|
|---|
| 116 | #
|
|---|
| 117 | # Paths to exclude from backup
|
|---|
| 118 | # (white space separated list of paths)
|
|---|
| 119 | #
|
|---|
| 120 | mondo_exclude_paths=""
|
|---|
| 121 |
|
|---|
| 122 | # DONE
|
|---|
| 123 |
|
|---|
| 124 | # IN PROGRESS
|
|---|
| 125 | #
|
|---|
| 126 | # Paths to include onto the backup
|
|---|
| 127 | # (white space separated list of paths)
|
|---|
| 128 | #
|
|---|
| 129 | mondo_include_paths=""
|
|---|
| 130 |
|
|---|
| 131 | #
|
|---|
| 132 | # Which mode should be activated by default (cli|newt|x11|web)
|
|---|
| 133 | # TBC
|
|---|
| 134 | #
|
|---|
| 135 | mondo_ui_mode="newt"
|
|---|
| 136 |
|
|---|
| 137 | #
|
|---|
| 138 | # Activate automatic restore (Use with caution) (yes|no)
|
|---|
| 139 | # (look at -H option in man page)
|
|---|
| 140 | #
|
|---|
| 141 | mondo_automatic_restore=no
|
|---|
| 142 |
|
|---|
| 143 | #
|
|---|
| 144 | # Scratch directory
|
|---|
| 145 | #
|
|---|
| 146 | mondo_scratch_dir="/var/spool/mondo"
|
|---|
| 147 | #scratch_dir="/var/cache/mondo/scratch"
|
|---|
| 148 |
|
|---|
| 149 | #
|
|---|
| 150 | # Temporary directory main path
|
|---|
| 151 | # A subdirectory will be created below to host mondo's temp files
|
|---|
| 152 | #
|
|---|
| 153 | mondo_tmp_dir="/tmp"
|
|---|
| 154 | #tmp_dir="/var/cache/mondo/tmp"
|
|---|
| 155 |
|
|---|
| 156 | #
|
|---|
| 157 | # Images creation dir
|
|---|
| 158 | #
|
|---|
| 159 | mondo_images_dir="/var/cache/mondo"
|
|---|