]> git.sur5r.net Git - bacula/bacula/blob - bacula/src/qt-console/help/index.html
Continuing to improve help files.
[bacula/bacula] / bacula / src / qt-console / help / index.html
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
2 <HTML>
3 <HEAD>
4 <TITLE>Bat User's Guide</TITLE>
5 <META NAME="description" CONTENT="Bat User's Guide">
6 <META NAME="keywords" CONTENT="bacula">
7 <META NAME="resource-type" CONTENT="document">
8 <META NAME="distribution" CONTENT="global">
9 <META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css">
10 </HEAD>
11
12 <BODY>
13 <h1 align="center">Bat User's Guide</h1>
14
15 <br> The User's guide, for the Bacula Administration Tool.
16
17 <br>
18 <h4>Welcome to the BAT</h4>
19
20 <h3>Contents.</h3>
21
22 <p>The <a href=console.html>Console</a>
23 <p>The <a href=clients.html>Clients List</a>
24 <p>The <a href=jobs.html>Jobs Interface</a>
25 <p>The <a href=joblist.html>Job List</a>
26 <p>The <a href=jobplot.html>Job Plot</a>
27 <p>The <a href=media.html>Media</a>
28 <p>The <a href=storage.html>Storage</a>
29 <p>The two <a href=restore.html>Restore Interfaces</a>
30
31 <h4>What is the BAT.</h4>
32
33 <p>Welcome to the bacula administration tool.  The bat is a graphical interface 
34 to communicate with and administer the bacula director daemon.  If you have been
35 using bacula for a while, your familiar with bconsole, the text based interface
36 to administer bacula.  With bat, the user can perform any command that can be
37 run from bconsole, and more.
38
39 <p>The bat is bconsole with extra communication capabilities and a set of 
40 graphical user interfaces that utilize those capabilities.  A bat programmer is 
41 able to create interfaces interact with the director in all ways that a user
42 can, by executing commands.  When a command is entered by the interface, bat
43 will type in the command in the console and will often times change the
44 interface visible to the console so that the user can read the command as well
45 as the resulting output from the director.  Bat can also perform requests of the
46 daemon, that the user normally would not do.   These would be the ability to
47 retrieve lists of various resources and also to perform requests of the director
48 to query director daemon's sql server and the director will return the query 
49 results to bat.
50
51 </BODY>
52 </HTML>