]> git.sur5r.net Git - bacula/docs/blob - docs/home-page/pages/home.php
Update web to refer to SVN
[bacula/docs] / docs / home-page / pages / home.php
1 <? require_once("inc/header.php"); ?>
2 <table>
3 <tr>
4    <td class="contentTopic">
5       Bacula&reg; - The Network Backup Solution
6    </td>
7 </tr>
8 <tr>
9   <td class="content">
10      <b>Bacula</b> is a set of computer programs that permit you
11      (or the system administrator) to manage backup, recovery,
12      and verification of computer data across a network of
13      computers of different kinds.<br>
14
15      <br>
16      In technical terms, it is a <b>network based backup program</b>.<br>
17
18      <br>
19      Bacula is relatively easy to use and efficient, while
20      offering many advanced storage management features that make
21      it easy to find and recover lost or damaged files.<br> 
22
23      <br>
24      Most of the <b>Bacula</b> source code has been released
25      under a slightly modified version of the <b>GPL</b> version
26      2 license.  If you wish additional details, please follow
27      the License link to your left.<br>
28
29      <br>The Documentation link takes you to a page where you
30      can access all the available Bacula documentation (HTML,
31      PDF, and TGZ) both for the officially released version 
32      and for the current code under development in the Source
33      Forge SVN. The development version of the manual typically has
34      more documentation, but may also document new features that are
35      not in the released version.  The Developer's Guide
36      presents important information for users who want to
37      contribute to the Bacula project.<br>  
38         
39      <br> Bacula is Hosted on
40      SourceForge at <a href="http://sourceforge.net/projects/bacula">
41      http://sourceforge.net/projects/bacula </a> where you can
42      download the software.<br> <br> You may also use
43      the links on the left side of this page for more
44      information.  In particular, Current Files link takes
45      you to the currently available downloads, and the All
46      Downloads link takes you to a list of all files ever
47      released to SourceForge.
48   </td>
49 </tr>
50 </table>
51
52 <? require_once("inc/footer.php"); ?>