]> git.sur5r.net Git - bacula/bacula/blob - bacula/src/qt-console/help/joblist.html
continuing to refine, attmpting to make the font size a bit larger to
[bacula/bacula] / bacula / src / qt-console / help / joblist.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 JobList Interface</h4>
17 <font size=+1>
18
19 <p>The JobList interface will display a table of job id's which are instances of
20 a job being run.  The table will display data for each job that is stored in the
21 daemons sql backend.  The table currently includes the job name, the client name,
22 the job type, the job level, the number of files, the number of bytes, the status,
23 and the flag for whether the jobs files have been purged or not, and the jobs
24 fileset.
25
26 <p>The job type will be either "B" for backup or "R" for restore.  
27
28 <p>The job level will be "I" for incremental or "F" for full or "D" for differential.
29
30 <p>A purged value of 1 means that the files for that job have been purged and you
31 will not be able to browse for the files backed up with that job id.
32
33 <p>This interface uses a splitter to divide the display of the table and the widgets
34 used to modify the selection criterion.  There are 7 drop down boxes that can be used
35 to filter out the records in the table and to view only the items you are interested
36 in.  There are two limiting spin boxes and related check boxes that can be used to 
37 limit the number of and the age of the records that will be displayed.  These limiting
38 widgets begin at default values that can be configured in the Settings->Preferences
39 dialog box in the JoList tab.
40
41 <p>Pushing the Refresh button will cause the interface to re-query the database.  The
42 database will also be requerried every time it comes back to the top of the stack of
43 interfaces in the main window.  A refresh option also exists in the popup when right
44 clicking on the Joblist item in the Page Selector.
45
46 <p>Pushing the Graph button will open up a new Job Plot interface with all of the 
47 drop downs and limiting widgets in the Job Plot window defaulting to the current
48 settings of the widgets in the Job List window.
49
50 <p>There are many options in the context sensitive popup that appears when the user
51 right clicks on the job table.
52
53 <p>Listing console commands can be run to list the jobid, list the files on that jobid,
54 list the jobmedia for that jobid, and list the volumes used for that jobid.  There is
55 a preferences item to determine whether a long list or a short list command will be run.
56 It can be found from the menu by following settings - preferences then the miscellaneous
57 tab.
58
59 <p>Dangerous commands of delete and purge will be preceded by an are you sure dialog
60 box.
61
62 <p>An interface to view the logs that have been stored in the database for the jobid 
63 can be viewed by using the show log for job option.
64 If the database does not have a log, an interface explaining the modification that
65 should be made to the bacula-dir.conf file will come up.  The change is to add
66 catalog = all to the messages stanza of the messages resource that this job uses.
67
68 <p>Restore from job will open up the Select jobs interface.  It will be prepopulated
69 with the correct data to open up a standard restore interface displaying the
70 filestructure backed up when this job ran.  It will only show the files from this job
71 if you don't change the widgets in the "Select jobs interface"
72
73 <p>Restore from time will populate the Select jobs interface with the endtime of the job
74 populated in the before time entry box.  This will cause the daemon to use the before
75 time to select the appropriate job id's for the restore.  This will be the most recent
76 full backup, the most recent differential backup done since the most recent full, and 
77 all the incremental backups done since the most recent full or differential.  This job
78 set will be the best possible group of jobs to restore what the filesystem looked like
79 after that job ran.
80
81 </BODY>
82 </HTML>