]> git.sur5r.net Git - bacula/docs/blob - docs/home-page/en/pages/home.php
Update
[bacula/docs] / docs / home-page / en / 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 is released under the
25      <b>GPL</b> version 2 license.  If you wish additional
26      details, please follow the License link to your left.<br>
27
28      <br>The Documentation link takes you to a page where you
29      can access all the available Bacula documentation (HTML,
30      PDF, and TGZ) both for the officially released version 
31      and for the current code under development in the Source
32      Forge SVN. The development version of the manual typically has
33      more documentation, but may also document new features that are
34      not in the released version.  The Developer's Guide
35      presents important information for users who want to
36      contribute to the Bacula project.<br>  
37         
38      <br> Bacula is Hosted on
39      SourceForge at <a href="http://sourceforge.net/projects/bacula">
40      http://sourceforge.net/projects/bacula </a> where you can
41      download the software.<br> <br> You may also use
42      the links on the left side of this page for more
43      information.  In particular, Current Files link takes
44      you to the currently available downloads, and the All
45      Downloads link takes you to a list of all files ever
46      released to SourceForge.
47   </td>
48 </tr>
49 </table>
50
51 <? require_once("inc/footer.php"); ?>