Changeset 1079 in MondoRescue for trunk/mondo-doc
- Timestamp:
- Jan 28, 2007, 5:58:18 PM (18 years ago)
- Location:
- trunk/mondo-doc
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/mondo-doc/mindi.8
r979 r1079 33 33 .BI "mindi --makemountlist "file 34 34 .br 35 .BI "mindi [--max-compressed-size "max "] --custom " parameters 35 .BI "mindi --usb "device 36 .br 37 .BI "mindi --printvar "variable 36 38 .SH DESCRIPTION 37 39 .PP … … 64 66 .SH OPTIONS 65 67 .TP 66 .B R"-v"| " --version"| " -V"| " -version"67 Prints the version of mindi.68 .TP 69 .B --findkernel70 Finds the image of the running kernel in the file system.68 .BI "-v"| " --version"| " -V"| " -version" 69 .RI Prints the version of mindi. 70 .TP 71 .BI "--findkernel" 72 .RI Finds the image of the running kernel in the file system. 71 73 .TP 72 74 .BI "--makemountlist "file 73 75 .RI "Creates a mount list and writes it to file "file ". 74 76 .TP 75 .BI "--max-compressed-size "max 76 Maximum size for disk image in KB. 77 .BI "--usb "device 78 .RI Create a bootable USB device 79 .TP 80 .BI "--printvar "variable 81 .RI "prints the value of the variable (useful for mondo-archive and debug)" 77 82 .TP 78 83 .BI "--custom " parameters 79 Provide all required parameters to 80 .B mindi 81 for non-interactive calling. This usually means a call from 84 .RI "Provide all required parameters to" 85 .B mindi 86 .RI "for non-interactive calling. This usually means a call from" 82 87 .BR "mondoarchive(8)". 83 88 The following parameters are used: … … 120 125 .br 121 126 19) make non-bootable [yes|no] 127 .br 128 20) use gzip [yes|no] 122 129 .br 123 130 (Blank parameters must be specified as "" on the command line.) … … 135 142 reports. 136 143 .TP 144 .I /etc/mindi/deplist.d 145 Files containing the list of files to be included on boot/root disks. 146 .TP 137 147 .I /etc/mindi/deplist.txt 138 List of files to be included on boot/root disks.148 List of additional files to be included on boot/root disks. 139 149 .TP 140 150 .I /var/cache/mindi/N.tar.gz … … 168 178 called 169 179 .B mindi.conf 170 which overwrites default values by setting up the following variables: 171 .TP 172 .I TMPDIR 173 .B (default /tmp): directory to create temporary files 174 .br 175 .TP 176 .I EXTRA_SPACE 177 .B (default 24576): increase if you run out of ramdisk space 178 .br 179 .TP 180 .I IA64_BOOT_SIZE 181 .B (default 8192): size of the ia64 boot disk 182 .br 183 .TP 184 .I CACHE_LOC 185 .B (default /var/cache/mindi): directory where boot/root files 186 and iso are generated 187 .br 188 WARNING: This directory is erased before usage 180 which overwrites default values described in 181 .B mindi.conf.dist 182 in the same directory. 189 183 .br 190 184 .SH "SEE ALSO" -
trunk/mondo-doc/mondoarchive.8
r1043 r1079 135 135 .B For experienced users only. 136 136 137 .TP 138 .BI "-U " 139 Use a generic USB device as backup device. Use this if you want to write 140 your backup to a USB key or USB disk, which will be make bootable. 141 The USB device should be attached to the system ir order for this to work. 142 .B WARNING: All the data on the related devices will be removed. 143 137 144 .SH MAJOR OPTIONS 138 145 .TP 13 … … 170 177 .TP 171 178 .BI "-d " "dev|dir" 172 Specify the backup device (CD/tape ) or directory (NFS/ISO). For CD-R[W] drives,179 Specify the backup device (CD/tape/USB) or directory (NFS/ISO). For CD-R[W] drives, 173 180 this is the SCSI node where the drive may be found, e.g. '0,1,0'. For tape 174 users, this is the tape streamers /dev entry, e.g. '/dev/st0'. For ISO users, 181 users, this is the tape streamers /dev entry, e.g. '/dev/st0'. For USB users, 182 this is the device name of your key or external disk. For ISO users, 175 183 this is the directory where the ISO images are stored. For NFS users, this is 176 184 the directory within the NFS mount where the backups are stored. The default … … 240 248 .BI "-F " 241 249 Do not offer to write boot+data floppy disk images to 3.5-inch floppy disks. 242 The images will remain in / root/images/mindi until your next backup run,250 The images will remain in /var/cache/mindi until your next backup run, 243 251 however. 244 252 … … 412 420 .I "mondoarchive -Ow 4 -I \*(lq/home /etc\*(rq" 413 421 422 .BI USB: 423 Backup to your USB key, using gzip compression: 424 .br 425 .I "mondoarchive -OU -d /dev/sda -G" 426 414 427 .BI NFS: 415 428 Backup to an NFS mount:
Note:
See TracChangeset
for help on using the changeset viewer.