]> git.sur5r.net Git - bacula/bacula/blob - bacula/src/qt-console/help/index.html
First cut of bat rerun a Job from Jobs Run
[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</a> Interface
25 <p>The <a href=filesets.html>FileSets</a> Interface
26 <p>The <a href=jobs.html>Jobs</a> Interface
27 <p>The <a href=joblist.html>JobList</a> Interface
28 <p>The <a href=jobplot.html>JobPlot</a> Interface
29 <p>The <a href=media.html>Media</a> Interface
30 <p>The <a href=storage.html>Storage</a> Interface
31 <p>The two <a href=restore.html>Restore</a> Interfaces
32
33 <h4>What is the BAT.</h4>
34
35 <p>Welcome to the Bacula Administration Tool.  The bat is the graphical interface 
36 to communicate with and administer the bacula director daemon.  If you have been
37 using bacula for a while, you're familiar with bconsole, the text based interface
38 to administer bacula.  With bat, the user can perform any command that can be
39 run from bconsole, and more.
40
41 <p>The bat is bconsole with extra communication capabilities and a set of 
42 graphical user interfaces that utilize those capabilities.  A bat programmer is 
43 able to create interfaces that interact with the director in all ways that a user
44 can, by executing commands.  When a command is entered by an interface, the bat
45 types in the command in the console.  Often times the interface visible is
46 changed to the console so that the user can read the command as well as the
47 resulting output from the director.  Bat can also perform requests of the
48 daemon, that the user would not normally do.   These requests would include the ability to
49 retrieve lists of various resources and to instruct the director
50 to query the sql server.  The director then forwards the query results to bat.
51
52 </BODY>
53 </HTML>