source: MondoRescue/branches/3.0/website/downloads.shtml@ 3167

Last change on this file since 3167 was 3167, checked in by Bruno Cornec, 11 years ago
  • Adds mention of Fedora 19 for downloads (TBD)
File size: 11.4 KB
RevLine 
[358]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>
[360]4 <!--#include virtual="head.shtml" -->
[358]5 </head>
6 <body>
[396]7 <!--#set var="curpage" value="downloads.shtml" -->
[360]8 <!--#include virtual="top.shtml" -->
[362]9 <h1>Download Mondo Rescue</h1>
[358]10 <div class="h2-1">
11 <h2>This is Free Software</h2>
12 </div>
[3105]13 <p>Copyright (c) 2000-2013
[396]14 Mondo Rescue is a copyrighted work, written collectively by many
15 <a href="/thanks.shtml">contributors</a>, delivered under the GPL.</p>
[358]16 <p>
[2631]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 or later, as published by the <a href="http://www.fsf.org/">Free Software Foundation</a>.<br/>
[358]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">
[362]21 <h2>Mirrors</h2>
[358]22 </div>
[915]23 <p><A NAME="mirrors"></A>
[368]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>.
[571]25 <ul>
26 <li><b>Europe</b>:
27 <ul>
28 <li><i>France</i>:</li>
29 <ul>
[2180]30 <li>HP/Intel Solution Center:
[571]31 <a href="http://www.mondorescue.org">Web site</a>,
[895]32 <a href="ftp://ftp.mondorescue.org">Ftp site (ftp)</a>
[2896]33 <a href="http://www.mondorescue.org/ftp">Ftp site (http)</a>
[895]34 <a href="rsync://rsync.mondorescue.org::mondorescue-ftp">Ftp site (rsync)</a>
35 <ul>
36 <li>Update times: Master site</li>
[2994]37 <li>Internet Bandwith: 10Mbit</li>
[895]38 </ul>
[571]39 </li>
40 </ul>
[895]41 <li><i>Italy</i>:</li>
42 <ul>
[2896]43 <li>Dimitri Bellini (<a href="http://www.quadrata.it/">http://www.quadrata.it/</a>):
44 <a href="http://mondo.quadrata.it">Web site</a>,
45 <a href="ftp://mondo.quadrata.it/">Ftp site (ftp)</a>
46 <a href="http://mondo.quadrata.it/ftp">Ftp site (http)</a>
[895]47 <ul>
[2896]48 <li>Update times: 1 time/day</li>
49 <li>Internet Bandwith: Mbit</li>
[895]50 </ul>
51 </li>
52 </ul>
[571]53 </ul>
[2181]54 <li><b>America</b>:
[2180]55 <ul>
[2181]56 <li><i>USA</i>:</li>
[2180]57 <ul>
[2994]58 <li>Peter Clark:
59 <a href="http://mondo.mirror.pclark.com/">Web site</a>,
60 <a href="ftp://mondo.mirror.pclark.com/pub/mondorescue/">Ftp site (ftp)</a>
61 <a href="http://mondo.mirror.pclark.com/ftp/pub/mondorescue/">Ftp site (http)</a>
[2180]62 <ul>
[2994]63 <li>Update times: 1 time/day</li>
64 <li>Internet Bandwith: 8 Mbit</li>
[2180]65 </ul>
66 </li>
67 </ul>
68 </ul>
[571]69 </ul>
[358]70
71 <div class="h2-3">
72 <h2>Dependencies</h2>
73 </div>
[915]74 <p><A NAME="dependencies"></A>
[2922]75<p>The solution is being written in C/bash/perl and developed on a <a href="http://www.maegia.cg">Mageia</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>
[358]76<ul>
[362]77<li><b><a href="">afio</a></b>: the packaging tool used to create the archive packets</li>
78<li><b><a href="">gzip</a></b>: the most standard compressor used by Mondo Rescue</li>
79<li><b><a href="">mkisofs</a></b>: the tool to create ISO images</li>
[926]80<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>
81<li><b><a href="ftp://ftp.mondorescue.org/src">mindi</a></b>: the mini-distro builder part of the project</li>
[1495]82<li><b><a href="ftp://ftp.mondorescue.org/src">mondo</a></b>: the disaster recovery tool itself</li>
[358]83</ul>
84
[2922]85<p>For Mageia/Mandriva/Mandrake distributions, just use the magic:<br>
86<tt>urpmi mondo</tt>
[2610]87to use the native packages of your distribution, or download the <a href="ftp://ftp.mondorescue.org/mandriva/">repo file</a> mondorescue.addmedia script and launch it if you want to use upstream packages.
[2922]88</p><p>
89<p>For Fedora distributions, after downloading the <a href="ftp://ftp.mondorescue.org/fedora/">repo file</a> mondorescue.repo and adding it to the /etc/yum.repos.d directory, just use the magic:<br>
90<tt>yum install mondo</tt>
91</p><p>
[2180]92For Debian/Ubuntu, just use the magic: <br>
[2922]93<tt>apt-get install mondo</tt>
[2610]94to use the native packages of your distribution, or download the <a href="ftp://ftp.mondorescue.org/debian/">repo file</a> mondorescue.sources.list and add it to your /etc/apt/sources.list.d directory if you want to use upstream packages.
[2922]95</p><p>
[366]96For the other RPM based distributions, you will have to issue a <br>
97<tt>rpm -ivh *.rpm</tt><br>
98in the directory containing all the required packages, and solve dependancies manually.
99</p>
100
[358]101 <div class="h2-4">
102 <h2>Downloads</h2>
103 </div>
[423]104 <p>Mondo's FTP site is available at <a href="ftp://ftp.mondorescue.org">ftp://ftp.mondorescue.org</a></p>
[364]105<h3>Source code</h3>
[358]106<ul>
[423]107 <li>tarballs are available under <a href="ftp://ftp.mondorescue.org/src">ftp://ftp.mondorescue.org/src</a></li>
[785]108 <li>Subversion browing available at <a href="http://trac.mondorescue.org/browser/">http://trac.mondorescue.org/browser/</a></li>
[2065]109 <li>Anonymous SVN Subversion check out of the project available with the following instruction set: <pre><tt>svn checkout svn://svn.mondorescue.org/mondorescue/devel</tt></pre></li>
[358]110</ul>
111
[366]112<h3>Packages</h3>
113
[2367]114<p>All the MondoRescue packages are built thanks to the <a href="http://trac.project-builder.org">Project-Builder.org</a> tool.</p>
[366]115<p>Most of the time, you'll be able to download directly the packages suited for your distribution. Currently we provide packages for :
[358]116<ul>
[1495]117 <li>RedHat <a href="ftp://ftp.mondorescue.org/redhat/7.3">7.3</a>, <a href="ftp://ftp.mondorescue.org/redhat/9">9</a>.</li>
[3167]118 <li>Fedora <a href="ftp://ftp.mondorescue.org/fedora/4">Core 4</a>, <a href="ftp://ftp.mondorescue.org/fedora/5">Core 5</a>, <a href="ftp://ftp.mondorescue.org/fedora/6">Core 6</a>, <a href="ftp://ftp.mondorescue.org/fedora/7">7</a>, <a href="ftp://ftp.mondorescue.org/fedora/8">8</a>, <a href="ftp://ftp.mondorescue.org/fedora/9">9</a>, <a href="ftp://ftp.mondorescue.org/fedora/10">10</a>, <a href="ftp://ftp.mondorescue.org/fedora/11">11</a>, <a href="ftp://ftp.mondorescue.org/fedora/12">12</a>, <a href="ftp://ftp.mondorescue.org/fedora/13">13</a>, <a href="ftp://ftp.mondorescue.org/fedora/14">14</a>, <a href="ftp://ftp.mondorescue.org/fedora/15">15</a>, <a href="ftp://ftp.mondorescue.org/fedora/16">16</a>, <a href="ftp://ftp.mondorescue.org/fedora/17">17</a>, <a href="ftp://ftp.mondorescue.org/fedora/18">18</a>, <a href="ftp://ftp.mondorescue.org/fedora/19">19</a>.</li>
[2867]119 <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>, <a href="ftp://ftp.mondorescue.org/rhel/5">5</a>, <a href="ftp://ftp.mondorescue.org/rhel/6">6</a>.</li> (The same packages can be used for other RHEL clones such as CentOS, OEL, Scientific Linux, ...)
[3159]120 <li>Mageia <a href="ftp://ftp.mondorescue.org/mageia/1">1</a>, <a href="ftp://ftp.mondorescue.org/mageia/2">2</a>, <a href="ftp://ftp.mondorescue.org/mageia/3">3</a>.</li>
[2761]121 <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>, <a href="ftp://ftp.mondorescue.org/mandriva/2007.1">2007.1</a>., <a href="ftp://ftp.mondorescue.org/mandriva/2008.0">2008.0</a>, <a href="ftp://ftp.mondorescue.org/mandriva/2008.1">2008.1</a>, <a href="ftp://ftp.mondorescue.org/mandriva/2009.0">2009.0</a>, <a href="ftp://ftp.mondorescue.org/mandriva/2009.1">2009.1</a>, <a href="ftp://ftp.mondorescue.org/mandriva/2010.0">2010.0</a>, <a href="ftp://ftp.mondorescue.org/mandriva/2010.1">2010.1</a>.</li>
[3092]122 <li>OpenSuSE <a href="ftp://ftp.mondorescue.org/suse/10.0">10.0</a>, <a href="ftp://ftp.mondorescue.org/suse/10.1">10.1</a>, <a href="ftp://ftp.mondorescue.org/suse/10.2">10.2</a>, <a href="ftp://ftp.mondorescue.org/suse/10.3">10.3</a>, <a href="ftp://ftp.mondorescue.org/opensuse/11.0">11.0</a>, <a href="ftp://ftp.mondorescue.org/opensuse/11.1">11.1</a>, <a href="ftp://ftp.mondorescue.org/opensuse/11.2">11.2</a>, <a href="ftp://ftp.mondorescue.org/opensuse/11.3">11.3</a>, <a href="ftp://ftp.mondorescue.org/opensuse/11.4">11.4</a>, <a href="ftp://ftp.mondorescue.org/opensuse/12.1">12.1</a>, <a href="ftp://ftp.mondorescue.org/opensuse/12.2">12.2</a>, <a href="ftp://ftp.mondorescue.org/opensuse/12.3">12.3</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.
[2761]123 <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>, <a href="ftp://ftp.mondorescue.org/sles/11">11</a>.</li>
[2161]124 <li>Asianux <a href="ftp://ftp.mondorescue.org/asianux/2">2</a>, <a href="ftp://ftp.mondorescue.org/asianux/3">3</a>.</li>
[3159]125 <li>Debian <a href="ftp://ftp.mondorescue.org/debian/3.1">3.1</a>, <a href="ftp://ftp.mondorescue.org/debian/4.0">4.0</a>, <a href="ftp://ftp.mondorescue.org/debian/5.0">5.0</a>, <a href="ftp://ftp.mondorescue.org/debian/6.0">6.0</a>, <a href="ftp://ftp.mondorescue.org/debian/7.1">7.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>
126 <li>Ubuntu <a href="ftp://ftp.mondorescue.org/ubuntu/6.04">6.04</a>, <a href="ftp://ftp.mondorescue.org/ubuntu/7.04">7.04</a>, <a href="ftp://ftp.mondorescue.org/ubuntu/7.10">7.10</a>, <a href="ftp://ftp.mondorescue.org/ubuntu/8.04">8.04</a>, <a href="ftp://ftp.mondorescue.org/ubuntu/8.10">8.10</a>, <a href="ftp://ftp.mondorescue.org/ubuntu/9.04">9.04</a>, <a href="ftp://ftp.mondorescue.org/ubuntu/9.10">9.10</a>, <a href="ftp://ftp.mondorescue.org/ubuntu/10.04">10.04</a>, <a href="ftp://ftp.mondorescue.org/ubuntu/10.10">10.10</a>, <a href="ftp://ftp.mondorescue.org/ubuntu/11.04">11.04</a>, <a href="ftp://ftp.mondorescue.org/ubuntu/11.10">11.10</a>, <a href="ftp://ftp.mondorescue.org/ubuntu/12.04">12.04</a>, <a href="ftp://ftp.mondorescue.org/ubuntu/12.10">12.10</a>, <a href="ftp://ftp.mondorescue.org/ubuntu/13.04">13.04</a>.</li>
[2161]127 <li>Gentoo <a href="ftp://ftp.mondorescue.org/gentoo/nover">nover</a>.
[3092]128 <!--
[1495]129 <li>Slackware <a href="ftp://ftp.mondorescue.org/slackware/10.2">10.2</a>, <a href="ftp://ftp.mondorescue.org/slackware/11.0">11.0</a>.
[3092]130 -->
[358]131</ul>
132
[366]133<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>
[2610]134<p>Test packages are also on the <a href="ftp://ftp.mondorescue.org/test">ftp</a> site for people wanting to test latest versions and report their success/failures.</p>
[366]135
[926]136<!--
[364]137<h3>Mondo Rescue CD</h3>
[358]138
[543]139<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)
[358]140 <div class="h2-5">
[364]141 <h2>Change Logs</h2>
[358]142 </div>
[366]143 -->
[358]144
[360]145 <!--#include virtual="bottom.shtml" -->
[358]146 </body>
147</html>
Note: See TracBrowser for help on using the repository browser.