From 45a62b99f784ac0e909f209b57f13ff3b5748d95 Mon Sep 17 00:00:00 2001 From: Dirk H Bartley Date: Fri, 3 Aug 2007 21:01:27 +0000 Subject: [PATCH] A start at some help files??? git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@5281 91ce42f0-d328-0410-95d8-f526ca767f89 --- bacula/src/qt-console/help/console.html | 27 +++++++++++++++++++++++++ bacula/src/qt-console/help/index.html | 27 ++++++++++++++++++++++--- 2 files changed, 51 insertions(+), 3 deletions(-) create mode 100644 bacula/src/qt-console/help/console.html diff --git a/bacula/src/qt-console/help/console.html b/bacula/src/qt-console/help/console.html new file mode 100644 index 0000000000..8521b0c3e4 --- /dev/null +++ b/bacula/src/qt-console/help/console.html @@ -0,0 +1,27 @@ + + + +Bat User's Guide + + + + + + + + +

Bat User's Guide

+
+ +

The Console

+ +

The Console is the interface that displays all of the text that would +normally be displayed in bconsole. Use the command window that by default is +at the bottom of the window to manually enter in any command like would be done +with bconsole. + +

An alphabetic list of the commands can be found on the following web url +http://www.bacula.org/rel-manual/Bacula_Console.html + + + diff --git a/bacula/src/qt-console/help/index.html b/bacula/src/qt-console/help/index.html index 1496deb700..38e7ec9a93 100644 --- a/bacula/src/qt-console/help/index.html +++ b/bacula/src/qt-console/help/index.html @@ -12,11 +12,32 @@

Bat User's Guide


-Test Bacula Administration Tool (bat) User's guide. -
+The User's guide, for the Bacula Administration Tool.
-Sorry no contents yet. Maybe someone would like to write this? + +

Contents.

+ +

The Console + +

Welcome and What is The BAT.

+ +

Welcome to the bacula administration tool. The bat is a graphical interface +to communicate with and administer the bacula director daemon. If you have been +using bacula for a while, your familiar with bconsole, the text based interface +to administer bacula. With bat, the user can use the console class to perform +any command that can be done from bconsole, and more. + +

The bat is bconsole with extra communication capabilities and a set of +graphical user interfaces that utilize those capabilities. A bat programmer is +able to design interfaces interact with the director in all ways that a user +can, by executing commands. When a command is entered by the interface, bat +will type in the command in the console and will often times change the +interface visible to the console so that the user can see the command as well +as the resulting output from the director. Bat can also do some requests of the +daemon, that the user normally would not do. These would be the ability to +retrieve lists of various resources and also to perform requests of the director +to query the sql server the daemon is using and return the results to bat. -- 2.39.2