]> git.sur5r.net Git - bacula/bacula/blob - bacula/src/qt-console/help/index.html
kes Remove fnmatch() in SD that permitted wild card specifications.
[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 <br>
15 The User's guide, for the Bacula Administration Tool.
16
17 <br>
18
19 <h4>Contents.</h4>
20
21 <p>The <a href=console.html>Console</a>
22
23 <h4>Welcome and What is The BAT.</h4>
24
25 <p>Welcome to the bacula administration tool.  The bat is a graphical interface 
26 to communicate with and administer the bacula director daemon.  If you have been
27 using bacula for a while, your familiar with bconsole, the text based interface
28 to administer bacula.  With bat, the user can use the console class to perform
29 any command that can be done from bconsole, and more.
30
31 <p>The bat is bconsole with extra communication capabilities and a set of 
32 graphical user interfaces that utilize those capabilities.  A bat programmer is 
33 able to design interfaces interact with the director in all ways that a user
34 can, by executing commands.  When a command is entered by the interface, bat
35 will type in the command in the console and will often times change the
36 interface visible to the console so that the user can see the command as well
37 as the resulting output from the director.  Bat can also do some requests of the
38 daemon, that the user normally would not do.   These would be the ability to
39 retrieve lists of various resources and also to perform requests of the director
40 to query the sql server the daemon is using and return the results to bat.
41
42 </BODY>
43 </HTML>