]> git.sur5r.net Git - bacula/bacula/blob - bacula/src/qt-console/help/jobs.html
Implement installation of bat help files
[bacula/bacula] / bacula / src / qt-console / help / jobs.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
16 <h4>The Jobs Interface</h4>
17 <font size=+1>
18
19 <p>The Jobs interface shows a tree of configured job resources.  The data displayed
20 for each job in this list are the defaults for the job resource as defined in
21 the bacula-dir configuration file.  When a job is run due to being scheduled, 
22 these defaults are the values that are used.  They are also the values 
23 that are populated by default if the job is run manually.
24
25 <p>The context sensitive popup menu includes a number of options.  There are 
26 options to run commands and there is an option to open up a different
27 interface.
28
29 <p>The user can run a list files command in the console that displays a
30 list of jobid's that have been run and some associated data.  This is similar
31 output to what can be seen in the joblist interface.
32
33 <p>The list volumes console command can be run to output a list of volumes that
34 have this jobs files stored on it.
35
36 <p>The list nextvolume console command tells the user the next volume that
37 will be asked for when the job is run.  It also shows a list of past jobs.
38
39 <p>There is a preferences item to determine whether a long list or a short list
40 command is run.  It can be found from the menu by following settings -
41 preferences then the miscellaneous tab.
42
43 <p>There are options to run commands to either enable or disable the job as scheduled.
44 If disabled, the job is re-enabled when the director daemon is restarted.
45
46 <p>The cancel job command is to cancel any running job id's with the job
47 definition.
48
49 <p>The open joblist option is to open a new JobList interface and pre-populate
50 the job dropdown list with the jobs resource name.
51
52 <p>The run job option is to open the Run a Job interface prepopulating the job
53 dropdown box with the selected job.  With the job name in the job dropdown box
54 of the Run a Job interface, the remainder of the controls are populated with
55 the jobs defaults.
56
57 </BODY>
58 </HTML>