source: MondoRescue/branches/2.2.5/mondo-doc/mondorestore.8@ 1854

Last change on this file since 1854 was 1691, checked in by Bruno Cornec, 17 years ago
  • Fix PB macro vs tools/*2build issue
  • make_usb_fs change of interface (doesn't need a parameter)
  • Fix USB support in mondo to avoid multiple copies of files
  • Use first partiion in mondo for USB device
  • Property svn:keywords set to Id
File size: 3.1 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 "PBDATE" "Mondo Rescue PBVER-rPBREV"
22
23.SH NAME
24mondorestore \- a restore / disaster\-recovery tool.
25
26.SH SYNOPSIS
27.B mondorestore [-p prefix]
28: restore your PC
29
30.SH DESCRIPTION
31.PP
32.I mondorestore
33restores data previously backed up with
34.I mondoarchive.
35
36.
37Note that mondorestore will usually automatically be called when booting a
38MondoRescue medium. The only exception is booting a MondoRescue medium in
39.B Expert
40mode in which case mondorestore can be evoked from the command line.
41
42.TP
43.BI "-p " prefix
44Use
45.B prefix
46to specify the name of your ISO images.
47By default, mondoarchive names images mondorescue-1.iso, mondorescue-2.iso, ...
48Using
49.B -p machine
50.B mondorestore
51will use images named machine-1.iso, machine-2.iso, ...
52
53.SH DIAGNOSTICS
54mondorestore generates an Extremely important file:
55.BI /var/log/mondorestore.log.
56When seeking technical support, attach this file to your email.
57
58.SH FILES
59.IR /var/log/mondorestore.log
60This log contains important information required to analyse mondorestore problem
61reports. Mondo support highly recommends sending this file with support
62questions. It's located under /tmp during the restore process and moved under /var/log at the end.
63
64.SH NOTES
65A link to Mondo's HTML-based manual (by Bruno Cornec, Mikael Hultgren, Cafeole, Randy Delphs,
66Stan Benoit, and Hugo Rabson) may be found at
67.I http://www.mondorescue.org/docs.shtml
68- or in
69.I /usr/share/doc/mondo-x.xx
70on your hard drive.
71
72.SH BUGS
73It is recommend that your system has more than 64 MB ram. SCSI device order
74change with nuke can have unexpected results. It is recommended you use expert
75mode with drastic hardware reconfigurations.
76
77.SH "SEE ALSO"
78afio(1), bzip2(1), find(1), mindi(8), mondoarchive(8).
79.SH AUTHORS
80Bruno Cornec (lead-development)
81.I "bruno_at_mondorescue.org"
82.br
83Andree Leidenfrost (co-developper)
84.I "aleidenf_at_bigpond.net.au"
85.br
86.SH ORIGINAL AUTHORS
87Hugo Rabson (original author)
88.I "hugo.rabson_at_mondorescue.org"
89.br
90Jesse Keating (packaging)
91.I "hosting_at_j2solutions.net"
92.br
93Stan Benoit (testing)
94.I "troff_at_nakedsoul.org"
95.br
96Mikael Hultgren (docs)
97.I "mikael_hultgren_at_gmx.net"
98.br
99See mailing list at http://www.mondorescue.org for technical support.
100.
Note: See TracBrowser for help on using the repository browser.