Changeset 1079 in MondoRescue for trunk/mondo-doc


Ignore:
Timestamp:
Jan 28, 2007, 5:58:18 PM (17 years ago)
Author:
Bruno Cornec
Message:

merge -r1045:1078 £SVN_M/branches/stable

Location:
trunk/mondo-doc
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/mondo-doc/mindi.8

    r979 r1079  
    3333.BI "mindi --makemountlist "file
    3434.br
    35 .BI "mindi [--max-compressed-size "max "] --custom " parameters
     35.BI "mindi --usb "device
     36.br
     37.BI "mindi --printvar "variable
    3638.SH DESCRIPTION
    3739.PP
     
    6466.SH OPTIONS
    6567.TP
    66 .BR "-v"| " --version"| " -V"| " -version"
    67 Prints the version of mindi.
    68 .TP
    69 .B --findkernel
    70 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.
    7173.TP
    7274.BI "--makemountlist "file
    7375.RI "Creates a mount list and writes it to file "file ".
    7476.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)"
    7782.TP
    7883.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"
    8287.BR "mondoarchive(8)".
    8388The following parameters are used:
     
    120125.br
    12112619) make non-bootable [yes|no]
     127.br
     12820) use gzip [yes|no]
    122129.br
    123130(Blank parameters must be specified as "" on the command line.)
     
    135142reports.
    136143.TP
     144.I /etc/mindi/deplist.d
     145Files containing the list of files to be included on boot/root disks.
     146.TP
    137147.I /etc/mindi/deplist.txt
    138 List of files to be included on boot/root disks.
     148List of additional files to be included on boot/root disks.
    139149.TP
    140150.I /var/cache/mindi/N.tar.gz
     
    168178called
    169179.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
     180which overwrites default values described in
     181.B mindi.conf.dist
     182in the same directory.
    189183.br
    190184.SH "SEE ALSO"
  • trunk/mondo-doc/mondoarchive.8

    r1043 r1079  
    135135.B For experienced users only.
    136136
     137.TP
     138.BI "-U "
     139Use a generic USB device as backup device. Use this if you want to write
     140your backup to a USB key or USB disk, which will be make bootable.
     141The 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
    137144.SH MAJOR OPTIONS
    138145.TP 13
     
    170177.TP
    171178.BI "-d " "dev|dir"
    172 Specify the backup device (CD/tape) or directory (NFS/ISO). For CD-R[W] drives,
     179Specify the backup device (CD/tape/USB) or directory (NFS/ISO). For CD-R[W] drives,
    173180this 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,
     181users, this is the tape streamers /dev entry, e.g. '/dev/st0'. For USB users,
     182this is the device name of your key or external disk. For ISO users,
    175183this is the directory where the ISO images are stored. For NFS users, this is
    176184the directory within the NFS mount where the backups are stored. The default
     
    240248.BI "-F "
    241249Do 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,
     250The images will remain in /var/cache/mindi until your next backup run,
    243251however.
    244252
     
    412420.I "mondoarchive -Ow 4 -I \*(lq/home /etc\*(rq"
    413421
     422.BI USB:
     423Backup to your USB key, using gzip compression:
     424.br
     425.I "mondoarchive -OU -d /dev/sda -G"
     426
    414427.BI NFS:
    415428Backup to an NFS mount:
Note: See TracChangeset for help on using the changeset viewer.