source: MondoRescue/branches/2.2.2/mondo-doc/mondorestore.8@ 1236

Last change on this file since 1236 was 1236, checked in by Bruno Cornec, 17 years ago

Port from stable important patches for 2.2.2:
mindi-busybox:

  • Improve Gentoo packaging

mindi:

  • Better messages for analyze-my-lvm
  • Add support for newer Qlogic drivers (qla2300 & 2400), mpt, dm and ohci
  • Fix a bug in mindi for the FAILSAFE support
  • PATH fixed for init in restore (/usr/games added for petris)
  • Fiw a bug where restore failing because no archive files are found when -G is used
  • /media is now completely excluded as per StandardsCompliance

mondo:

  • Handle no compression + verify correctly
  • various HOWTO fixes
  • Fix temporarily a bug when a biggiefile > 32MB was compressed below the size

of a slice (16MB)

  • Better module loading in insmod_crucial_modules
  • Improve Gentoo packaging
  • Small typo fix for mondorestore man page
  • Small memory management improvements
  • Store NFS config only once
  • Fix a flaw in libmondo-mountlist.c (there since rev [1] !!)
  • Increased MAX_STR_LEN to 384 to make it divisible without remainder by eight

for 64 bits platforms

  • Fix a bug where no bzip2 format file would be found when supporting gzip
  • CentOS fixes
  • Property svn:keywords set to Id
File size: 2.8 KB
Line 
1.\" This is free documentation; you can redistribute it and/or
2.\" modify it under the terms of the GNU General Public License as
3.\" published by the Free Software Foundation; either version 2 of
4.\" the License, or (at your option) any later version.
5.\"
6.\" The GNU General Public License's references to "object code"
7.\" and "executables" are to be interpreted as the output of any
8.\" document formatting or typesetting system, including
9.\" intermediate and printed output.
10.\"
11.\" This manual is distributed in the hope that it will be useful,
12.\" but WITHOUT ANY WARRANTY; without even the implied warranty of
13.\" MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14.\" GNU General Public License for more details.
15.\"
16.\" You should have received a copy of the GNU General Public
17.\" License along with this manual; if not, write to the Free
18.\" Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139,
19.\" USA.
20.\"
21.TH mondorestore 8 "DDD" "Mondo Rescue VVV-rRRR"
22
23.SH NAME
24mondorestore \- a restore / disaster\-recovery tool.
25
26.SH SYNOPSIS
27.B mondorestore
28: restore your PC
29
30.SH DESCRIPTION
31.PP
32.I mondorestore
33restores data previously backed up with
34.I mondoarchive.
35.I mondorestore
36does not take any command line parameters.
37.
38Note that mondorestore will usually automatically be called when booting a
39MondoRescue medium. The only exception is booting a MondoRescue medium in
40.B Expert
41mode in which case mondorestore can be evoked from the command line.
42
43.SH DIAGNOSTICS
44mondorestore generates an Extremely important file:
45.BI /var/log/mondo-archive.log.
46When seeking technical support, attach this file to your email.
47
48.SH FILES
49.IR /var/log/mondo-archive.log
50This log contains important information required to analyse mondorestore problem
51reports. Mondo support highly recommends sending this file with support
52questions.
53
54.SH NOTES
55A link to Mondo's HTML-based manual (by Bruno Cornec, Mikael Hultgren, Cafeole, Randy Delphs,
56Stan Benoit, and Hugo Rabson) may be found at
57.I http://www.mondorescue.org/docs.shtml
58- or in
59.I /usr/share/doc/mondo-x.xx
60on your hard drive.
61
62.SH BUGS
63It is recommend that your system has more than 64 MB ram. SCSI device order
64change with nuke can have unexpected results. It is recommended you use expert
65mode with drastic hardware reconfigurations.
66
67.SH "SEE ALSO"
68afio(1), bzip2(1), find(1), mindi(8), mondoarchive(8).
69.SH AUTHORS
70Bruno Cornec (lead-development)
71.I "bruno_at_mondorescue.org"
72.br
73Andree Leidenfrost (co-developper)
74.I "aleidenf_at_bigpond.net.au"
75.br
76.SH ORIGINAL AUTHORS
77Hugo Rabson (original author)
78.I "hugo.rabson_at_mondorescue.org"
79.br
80Jesse Keating (packaging)
81.I "hosting_at_j2solutions.net"
82.br
83Stan Benoit (testing)
84.I "troff_at_nakedsoul.org"
85.br
86Mikael Hultgren (docs)
87.I "mikael_hultgren_at_gmx.net"
88.br
89See mailing list at http://www.mondorescue.org for technical support.
90.
Note: See TracBrowser for help on using the repository browser.