source: MondoRescue/branches/stable/website/about.shtml@ 361

Last change on this file since 361 was 361, checked in by bcornec, 18 years ago

About seems good in website now

File size: 4.8 KB
Line 
1<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
2<html xmlns="http://www.w3.org/1999/xhtml" dir="ltr" xml:lang="en" lang="en">
3 <head>
4 <title>About Mondo Rescue</title>
5 <!--#include virtual="/head.shtml" -->
6 </head>
7 <body>
8 <!--#include virtual="/top.shtml" -->
9
10 <h1>About Mondo Rescue</h1>
11 <div class="h2-1">
12 <h2>What is Mondo Rescue ?</h2>
13 </div>
14 <p>
15 <B>Mondo is reliable.</B> It backs up your GNU/Linux server or
16 workstation to tape, CD-R, CD-RW, NFS or hard disk partition. In the
17 event of catastrophic data loss, you will be able to restore all of
18 your data [or as much as you want], from bare metal if necessary.
19 Mondo is in use by Lockheed-Martin, Nortel Networks, Siemens, HP,
20 IBM, NASA's JPL, the US Dept of Agriculture, dozens of
21 smaller companies, and tens of thousands of users.</P>
22
23 <p>
24 <B>Mondo is comprehensive.</B> Mondo supports LVM 1/2, RAID, ext2, ext3,
25 JFS, XFS, ReiserFS, VFAT, and can support additional filesystems
26 easily: just e-mail the <A HREF="/feedback.shtml">mailing list</A>
27 with your request. It supports adjustments in disk geometry,
28 including migration from non-RAID to RAID. Mondo runs on all major
29 Linux distributions and is getting better all the time. You may even
30 use it to backup non-Linux partitions, such as NTFS.</P>
31 <p>
32 <B>Mondo is free!</B> It has been published under the GPL (GNU Public
33 License), partly to expose it to thousands of potential beta-testers
34 but mostly as a contribution to the Linux community.
35 </P>
36 <div class="h2-2">
37 <h2>Mondo Rescue References</h2>
38 </div>
39 <p>
40 Here are some external references to Mondo. [<A HREF="http://www.pcquest.com/content/linux/103101106.asp">PCQuest</A>]
41 [<A HREF="http://techrepublic.com.com/5100-6261-1055900.html">TechRepublic</A>]
42 [<A HREF="http://forums1.itrc.hp.com/service/forums/parseCurl.do?CURL=%2Fcm%2FQuestionAnswer%2F1%2C%2C0x398f3f9a15add711abdc0090277a778c%2C00.html&amp;admit=716493758+1065611144746+28353475">HP</A>]
43 [<A HREF="http://www.ssc.com/pipermail/linux-list/2002-April/052246.html">SSC</A>]
44 [<A HREF="http://forums1.itrc.hp.com/service/forums/parseCurl.do?CURL=%2Fcm%2FQuestionAnswer%2F1%2C%2C0x651b31ec5e34d711abdc0090277a778c%2C00.html&amp;admit=716493758+1065611473837+28353475">HP
45 again</A>] [<A HREF="http://www.sfftech.com/showdocs.cfm?aid=310&amp;pid=1142">SFFTech</A>]
46 [<A HREF="http://lists.suse.com/archive/suse-linux/2002-Nov/4460.html">SuSE</A>]
47 [<A HREF="http://umeet.uninet.edu/umeet2002/talk/2002-12-18-linux2.txt.html">Uninet.edu</A>]
48 [<A HREF="http://www.linuxjournal.com/article.php?sid=5418">Linux Journal</A>]
49 [<A HREF="http://www.linuxjournal.com/article.php?sid=5449">LJ again</A>]
50 [<A HREF="http://www.linuxjournal.com/article.php?sid=6808">and again</A>]
51 [<A HREF="http://www.ccp14.ac.uk/ccp14admin/linux-server/mondorescue/mondo_misc.html">CCP14</A>]</P>
52
53 <div class="h2-3">
54 <h2>Who is behind Mondo Rescue ?</h2>
55 </div>
56 <p><A NAME="devteam"></A>Who
57 is in the Mondo Devteam?</P>
58 <P ALIGN=CENTER>
59 <I><B>Bruno Cornec</B></I><BR>
60 development, maintenance, documentation, web site, rpm packaging</P>
61 <P ALIGN=CENTER>
62 <I><B>Andree Leidenfrost</B></I><BR>
63 development, maintenance, Debian packaging</P>
64 <p><A NAME="old-devteam"></A>Who
65 has been in the Mondo Devteam?</P>
66 <P ALIGN=CENTER>
67 <I>Hugo Rabson</I><BR>
68 original author </P>
69 <P ALIGN=CENTER>
70 <I>Stan Benoit</I><BR>
71 original beta testing; bugfixes</P>
72 <P ALIGN=CENTER>
73 <I>H&eacute;ctor Garc&iacute;a &Aacute;lvarez</I><BR>
74 original Debian release guru</P>
75 <P ALIGN=CENTER>
76 <I>Joshua Oreman</I><BR>
77 original FreeBSD port</P>
78 <P ALIGN=CENTER>
79 <I>Michael Clark</I><BR>
80 original DPF docs</P>
81 <P ALIGN=JUSTIFY>
82 There are dozens of regular contributors and over 400 members of the
83 mailing list. The user base is estimated at between 50,000 and
84 100,000.</P>
85 <P>
86 Mondo Rescue was first created because there was nothing like
87 it available at that time under a free license. Nowadays,
88 Mondo is not the only good, free disaster recovery solution for
89 Linux. You may wish to try <A HREF="http://mkcdrec.ota.be"><B>mkcdrec</B></A>.
90 The software has been in existence for almost as long as Mondo, it
91 supports the same filesystems (including RAID and LVM), and its
92 author is friendly and helpful.</P>
93 <P>
94 Comments? Suggestions? Click <A HREF="../feedback.shtml">here</A>
95
96 <!--#include virtual="/bottom.shtml" -->
97 </body>
98</html>
Note: See TracBrowser for help on using the repository browser.