Changeset 2543 in MondoRescue for branches/2.2.9/mondo-doc/mondorestore.8


Ignore:
Timestamp:
Jan 12, 2010, 2:42:48 AM (14 years ago)
Author:
Bruno Cornec
Message:

Patch from Rogério Brito rbrito_at_ime.usp.br which fixes errors in man pages format

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.2.9/mondo-doc/mondorestore.8

    r2380 r2543  
    2525
    2626.SH SYNOPSIS
    27 .B mondorestore [-p prefix][-K loglevel][-i][-U]...
     27.B mondorestore [\-p prefix][\-K loglevel][\-i][\-U]...
    2828: restore your PC
    2929
     
    3131.PP
    3232.I mondorestore
    33 restores data previously backed up with 
     33restores data previously backed up with
    3434.I mondoarchive.
    3535
    3636.
    37 Note that mondorestore will usually automatically be called when booting a 
     37Note that mondorestore will usually automatically be called when booting a
    3838MondoRescue medium. The only exception is booting a MondoRescue medium in
    3939.B Expert
     
    4242.TP
    4343.BI "-p " prefix
    44 Use 
    45 .B prefix 
     44Use
     45.B prefix
    4646to specify the name of your ISO images.
    4747By default, mondorestore names images mondorescue-1.iso, mondorescue-2.iso, ...
    48 Using 
    49 .B -p machine
     48Using
     49.B \-p machine
    5050.B mondorestore
    5151will use images named machine-1.iso, machine-2.iso, ...
     
    5555Use ISO files (CD images) as restore media. This is good when having backed up your
    5656system to a spare hard drive. The
    57 .B -n
     57.B \-n
    5858switch is a wiser choice if you plan to restore from a remote filesystem.
    5959
     
    7575The USB device should be attached to the system in order for this to work and
    7676its device name passed to the
    77 .BR \-d 
     77.BR \-d
    7878option.
    7979
     
    8888.BI "-E " "\*(lqpath ...\*(rq"
    8989Exclude path(s) from restore (future dev). The paths should be separated with a whitespace.
    90 /mnt/cdrom, /proc, /sys, /tmp). For example, if you are restoring up from an NFS mount but you
    91 do not want to restore some content, exclude it with that switch.
     90/mnt/cdrom, /proc, /sys, /tmp). For example, if you are restoring up
     91from an NFS mount but you do not want to restore some content, exclude it with that switch.
    9292
    9393.TP
    9494.BI "-I " "\*(lqpath ...\*(rq"
    95 Include paths(s) to restore (future dev). 
     95Include paths(s) to restore (future dev).
    9696
    9797.TP
    9898.BI "-J " "file"
    99 Specify an explicit list of files and directories to restore in a plain text file, one item
    100 (file or directory) per line. Beware that directories placed in that file are not managed recursively contrary to what is done with the -I option.
     99Specify an explicit list of files and directories to restore in a plain
     100text file, one item (file or directory) per line. Beware that
     101directories placed in that file are not managed recursively contrary to
     102what is done with the \-I option.
    101103
    102104.TP
     
    117119.BI "-m "
    118120Manual (not self-retracting) CD trays are often found on laptops. If you are
    119 a laptop user, your CD burner has BurnProof technology or you experience 
    120 problems with mondo then please call mondorestore with this switch. 
     121a laptop user, your CD burner has BurnProof technology or you experience
     122problems with mondo then please call mondorestore with this switch.
    121123
    122124.TP
     
    132134.TP
    133135.BI "-T " "path"
    134 Specify the full pathname of the tempdir, the directory where temporary files 
    135 are stored. 
     136Specify the full pathname of the tempdir, the directory where temporary files
     137are stored.
    136138
    137139.TP
     
    144146.TP
    145147.BI "-e "
    146 Don't eject the CD or tape when restoring... 
     148Don't eject the CD or tape when restoring...
    147149
    148150.TP
     
    161163.TP
    162164.BI "-z "
    163 Use extended attributes and acl for each file and store them in the backup media. Use this option if you use SElinux e.g. but it will slow down backup and restore time of course.
     165Use extended attributes and acl for each file and store them in the
     166backup media. Use this option if you use SElinux e.g. but it will slow
     167down backup and restore time of course.
    164168
    165169.TP
    166170.BI "-Z "
    167171Specify mondorestore mode. Mode could be one of
    168 .IR nuke: 
     172.IR nuke:
    169173This mode restore everything like on the original system with no/minimal questions
    170 .IR interactive: 
     174.IR interactive:
    171175This mode asks all the questions to the user
    172 .IR compare: 
     176.IR compare:
    173177This mode just compares the system with the backup
    174 .IR iso: 
     178.IR iso:
    175179This mode restores from iso images, instead of real media
    176 .IR isonuke: 
     180.IR isonuke:
    177181This mode restores from iso images, instead of real media, with no/minimal questions
    178 .IR mbr: 
     182.IR mbr:
    179183This mode just restores the MBR (Master Boot Record)
    180184
     
    182186.SH DIAGNOSTICS
    183187mondorestore generates an Extremely important file:
    184 .BI /var/log/mondorestore.log. 
    185 When seeking technical support, attach this file to your email. 
     188.BI /var/log/mondorestore.log.
     189When seeking technical support, attach this file to your email.
    186190
    187191.SH FILES
    188192.IR /var/log/mondorestore.log
    189 This log contains important information required to analyse mondorestore problem
    190 reports. Mondo support highly recommends sending this file with support
    191 questions. It's located under /tmp during the restore process and moved under /var/log at the end.
     193This log contains important information required to analyse mondorestore
     194problem reports. Mondo support highly recommends sending this file with
     195support questions. It's located under /tmp during the restore process
     196and moved under /var/log at the end.
    192197
    193198.SH NOTES
    194 A link to Mondo's HTML-based manual (by Bruno Cornec, Mikael Hultgren, Cafeole, Randy Delphs,
    195 Stan Benoit, and Hugo Rabson) may be found at
     199A link to Mondo's HTML-based manual (by Bruno Cornec, Mikael Hultgren,
     200Cafeole, Randy Delphs, Stan Benoit, and Hugo Rabson) may be found at
    196201.I http://www.mondorescue.org/docs.shtml
    197 - or in
     202\- or in
    198203.I /usr/share/doc/mondo-x.xx
    199204on your hard drive.
     
    202207It is recommend that your system has more than 64 MB ram. SCSI device order
    203208change with nuke can have unexpected results. It is recommended you use expert
    204 mode with drastic hardware reconfigurations. 
     209mode with drastic hardware reconfigurations.
    205210
    206211.SH "SEE ALSO"
    207212afio(1), bzip2(1), find(1), mindi(8), mondoarchive(8).
    208213.SH AUTHORS
    209 Bruno Cornec (lead-development) 
     214Bruno Cornec (lead-development)
    210215.I "bruno_at_mondorescue.org"
    211216.br
    212 Andree Leidenfrost (co-developer) 
     217Andree Leidenfrost (co-developer)
    213218.I "aleidenf_at_bigpond.net.au"
    214219.br
     
    227232.br
    228233See mailing list at http://www.mondorescue.org for technical support.
    229 .
Note: See TracChangeset for help on using the changeset viewer.