source: MondoRescue/trunk/website/downloads.shtml

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

merge -r978:1042 $SVN_M/branches/stable

File size: 7.1 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 <!--#include virtual="head.shtml" -->
5 </head>
6 <body>
7 <!--#set var="curpage" value="downloads.shtml" -->
8 <!--#include virtual="top.shtml" -->
9 <h1>Download Mondo Rescue</h1>
10 <div class="h2-1">
11 <h2>This is Free Software</h2>
12 </div>
13 <p>Copyright (c) 2000-2006
14 Mondo Rescue is a copyrighted work, written collectively by many
15 <a href="/thanks.shtml">contributors</a>, delivered under the GPL.</p>
16 <p>
17This program is <a href="http://www.fsf.org/philosophy/free-sw.html">free software</a>; you can redistribute it and/or modify it under the terms of the <a href="http://www.fsf.org/copyleft/gpl.html">GNU General Public License</a> version 2, as published by the <a href="http://www.fsf.org/">Free Software Foundation</a>.<br/>
18This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.</p>
19
20 <div class="h2-2">
21 <h2>Mirrors</h2>
22 </div>
23 <p><A NAME="mirrors"></A>
24 <p>We are interested in up to date mirrors for both the Web and FTP sites. Please contact us on the <a href="/support.shtml">mailing list</a>.
25 <ul>
26 <li><b>Americas</b></li>:
27 <ul>
28 <li><i>USA</i>:</li>
29 <ul>
30 <li>muskokamug.org :
31 <a href="http://mondorescue.muskokamug.org/">Web site</a>,
32 <ul>
33 <li>Update times: Every 3 hours</li>
34 </ul>
35 </li>
36 </ul>
37 </ul>
38 <li><b>Europe</b></li>:
39 <ul>
40 <li><i>France</i>:</li>
41 <ul>
42 <li>HP/Intel Solution Center :
43 <a href="http://www.mondorescue.org">Web site</a>,
44 <a href="ftp://ftp.mondorescue.org">Ftp site (ftp)</a>
45 <a href="rsync://rsync.mondorescue.org::mondorescue-ftp">Ftp site (rsync)</a>
46 <ul>
47 <li>Update times: Master site</li>
48 <li>Internet Bandwith: 4Mbit</li>
49 </ul>
50 </li>
51 </ul>
52 <li><i>Germany</i>:</li>
53 <ul>
54 <li>Linjection.org :
55 <a href="http://mondorescue.linjection.org">Web site</a>,
56 <a href="http://mondorescue.linjection.org/ftp">Ftp site (http)</a>
57 </li>
58 </ul>
59 <li><i>Italy</i>:</li>
60 <ul>
61 <li>Daniele Carbonetti (<a href="http://www.dcl-arch.it">http://www.dcl-arch.it</a>):
62 <a href="http://mondorescue.dcl-arch.it">Web site</a>,
63 <a href="http://www.dcl-arch.it/pub/mondorescue">Ftp site (http)</a>
64 <a href="ftp://ftp.dcl-arch.it/pub/mondorescue">Ftp site (ftp)</a>
65 <a href="rsync://rsync.dcl-arch.it::mondorescue">Ftp site (rsync)</a>
66 <ul>
67 <li>Update times: 2 times/day</li>
68 <li>Internet Bandwith: 100Mbit</li>
69 </ul>
70 </li>
71 </ul>
72 </ul>
73 </ul>
74
75 <div class="h2-3">
76 <h2>Dependencies</h2>
77 </div>
78 <p><A NAME="dependencies"></A>
79<p>The solution has been written in C/bash/perl and developed on a <a href="http://www.mandriva.com/">Mandriva</a> <a href="http://www.gnu.org/">Gnu</a>/<a href="http://www.lwn.net/">Linux</a> distribution. For it to work, you will need:</p>
80<ul>
81<li><b><a href="">afio</a></b>: the packaging tool used to create the archive packets</li>
82<li><b><a href="">gzip</a></b>: the most standard compressor used by Mondo Rescue</li>
83<li><b><a href="">mkisofs</a></b>: the tool to create ISO images</li>
84<li><b><a href="ftp://ftp.mondorescue.org/src">mindi-busybox</a></b>: the swiss army knife <a href="http://www.busybox.net">busybox</a> configured for mindi: a full set of commands in a single binary (embedded)</li>
85<li><b><a href="ftp://ftp.mondorescue.org/src">mindi</a></b>: the mini-distro builder part of the project</li>
86<li><b><a href="ftp://ftp.mondorescue.org/src">mondo</a></b>: the disaster recovery tool in itself</li>
87</ul>
88
89<p>For Mandriva/Mandrake distributions, just use the magic :<br>
90<tt>urpmi mondo</tt></p>
91<p>
92For Debian, just use the magic : <br>
93<tt>apt-get install mondo</tt></p>
94<p>
95For the other RPM based distributions, you will have to issue a <br>
96<tt>rpm -ivh *.rpm</tt><br>
97in the directory containing all the required packages, and solve dependancies manually.
98</p>
99
100 <div class="h2-4">
101 <h2>Downloads</h2>
102 </div>
103 <p>Mondo's FTP site is available at <a href="ftp://ftp.mondorescue.org">ftp://ftp.mondorescue.org</a></p>
104<h3>Source code</h3>
105<ul>
106 <li>tarballs are available under <a href="ftp://ftp.mondorescue.org/src">ftp://ftp.mondorescue.org/src</a></li>
107 <li>Subversion browing available at <a href="http://trac.mondorescue.org/browser/">http://trac.mondorescue.org/browser/</a></li>
108 <li>Anonymous SVN Subversion check out of the project available with the following instruction set: <pre><tt>svn checkout svn://svn.mondorescue.org/mondorescue/branches/stable</tt></pre></li>
109</ul>
110
111<h3>Packages</h3>
112
113<p>Most of the time, you'll be able to download directly the packages suited for your distribution. Currently we provide packages for :
114<ul>
115 <li>RedHat <a href="ftp://ftp.mondorescue.org/redhat/7.3">7.3</a> and <a href="ftp://ftp.mondorescue.org/redhat/9">9</a>.</li>
116 <li>Fedora <a href="ftp://ftp.mondorescue.org/fedora/4">Core 4</a> and <a href="ftp://ftp.mondorescue.org/fedora/5">Core 5</a>.</li>
117 <li>RedHat Enterprise Linux <!--<a href="ftp://ftp.mondorescue.org/rhel/2.1">2.1</a>, --><a href="ftp://ftp.mondorescue.org/rhel/3">3</a>, <a href="ftp://ftp.mondorescue.org/rhel/4">4</a>.</li>
118 <li>Mandriva <a href="ftp://ftp.mondorescue.org/mandrake/10.1">10.1</a>, <a href="ftp://ftp.mondorescue.org/mandrake/10.2">10.2</a>, <a href="ftp://ftp.mondorescue.org/mandriva/2006.0">2006.0</a>, <a href="ftp://ftp.mondorescue.org/mandriva/2007.0">2007.0</a>.</li>
119 <li>OpenSuSE <a href="ftp://ftp.mondorescue.org/suse/9.3">9.3</a>, <a href="ftp://ftp.mondorescue.org/suse/10.0">10.0</a>, <a href="ftp://ftp.mondorescue.org/suse/10.1">10.1</a>. Look also at <a href="http://www.mikenjane.net/~mike/">this</a> web page for SuSE details. <a href="http://packman.links2linux.org/">Packman</a> may have some useful additional packages.
120 <li>SuSE Linux Enterprise Server <a href="ftp://ftp.mondorescue.org/sles/9">9</a>, <a href="ftp://ftp.mondorescue.org/sles/10">10</a>.</li>
121 <li>Debian <a href="ftp://ftp.mondorescue.org/debian/3.1">3.1</a>. Look also at <a href="http://www.desknow.com/desknow/directfiles/aleidenfrost/mr-debs-unofficial/index.html">this</a> web page for Debian details.</li>
122 <li>Gentoo <a href="ftp://ftp.mondorescue.org/gentoo/1.6">1.6</a>.
123</ul>
124
125<p>Older packages are also on the <a href="ftp://ftp.mondorescue.org/">ftp</a> site to help for some old fashion distros/versions.</p>
126
127<!--
128<h3>Mondo Rescue CD</h3>
129
130<p>In order to make it as easy as possible for you to use Mondo Rescue, you may want to download the latest <a href="ftp://ftp.mondorescue.org/iso/mondorescue.iso">Mondo Rescue CD</a> which contains all the packages with its dependancies available on the ftp site. It is updated daily (Currently un-available for bandwidth issues)
131 <div class="h2-5">
132 <h2>Change Logs</h2>
133 </div>
134 -->
135
136 <!--#include virtual="bottom.shtml" -->
137 </body>
138</html>
Note: See TracBrowser for help on using the repository browser.