]> git.sur5r.net Git - bacula/bacula/blob - bacula/src/qt-console/help/index.html
continuing to refine, attmpting to make the font size a bit larger to
[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 <font size=+1>
22
23 <p>The <a href=console.html>Console</a>  Interface
24 <p>The <a href=clients.html>Clients List</a> Interface
25 <p>The <a href=jobs.html>Jobs</a> Interface
26 <p>The <a href=joblist.html>Job List</a> Interface
27 <p>The <a href=jobplot.html>Job Plot</a> Interface
28 <p>The <a href=media.html>Media</a> Interface
29 <p>The <a href=storage.html>Storage</a> Interface
30 <p>The two <a href=restore.html>Restore</a> Interfaces
31
32 <h4>What is the BAT.</h4>
33
34 <p>Welcome to the bacula administration tool.  The bat is a graphical interface 
35 to communicate with and administer the bacula director daemon.  If you have been
36 using bacula for a while, your familiar with bconsole, the text based interface
37 to administer bacula.  With bat, the user can perform any command that can be
38 run from bconsole, and more.
39
40 <p>The bat is bconsole with extra communication capabilities and a set of 
41 graphical user interfaces that utilize those capabilities.  A bat programmer is 
42 able to create interfaces interact with the director in all ways that a user
43 can, by executing commands.  When a command is entered by the interface, bat
44 will type in the command in the console and will often times change the
45 interface visible to the console so that the user can read the command as well
46 as the resulting output from the director.  Bat can also perform requests of the
47 daemon, that the user normally would not do.   These would be the ability to
48 retrieve lists of various resources and also to perform requests of the director
49 to query director daemon's sql server and the director will return the query 
50 results to bat.
51
52 </BODY>
53 </HTML>