]> git.sur5r.net Git - bacula/bacula/blob - bacula/src/qt-console/help/jobs.html
Further work on 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
18 <p>The Jobs interface will show the list of job resources.  The data displayed
19 for each job in this list are the defaults for the resource as defined in
20 the bacula-dir configuration file.  These defaults are the values that will be
21 used when a job is run because it was scheduled to.  They are also the values 
22 that will be filled in by default if the job is run manually.
23
24 <p>The context sensitive list that pops up when a job is right clicked will
25 include a number of commands as well as 2 to open up other interfaces.
26
27 <p>The user can run a list files command in the console that will display a
28 list of job id's that have been run and some associated data.  This is similar
29 output to what can be seen in the joblist interface.
30
31 <p>The console command list volumes can be run to output a list of volumes that
32 have this jobs files stored on it.
33
34 <p>The list nextvolume console command will tell the user the next volume that
35 will be asked for when this job is run.  It will also show a list of past jobs.
36
37 <p>There are options to run commands to enable or disable the job as scheduled.
38 If disabled, the job will be re-enabled when the director daemon is restarted.
39
40 <p>The cancel job command will cancel any running job id's with this job
41 definition.
42
43 <p>The open joblist option will create a new JobList interface and pre-populate
44 the job dropdown list selecting only jobid's run with this jobs resource.
45
46 <p>The run job option will open up the run job interface prepopulating the job
47 dropdown box with the selected job.
48
49 </BODY>
50 </HTML>