]> git.sur5r.net Git - bacula/bacula/blob - bacula/src/qt-console/help/restore.html
Further work on help files.
[bacula/bacula] / bacula / src / qt-console / help / restore.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 Two Restore Interfaces</h4>
17
18 <p>Both restore interfaces will select jobs to restore from, give the user the
19 opportunity to select files and directories and then run the restore job.
20
21 <p>The first or Standard restore is intended as a high performance restore.  It
22 is more of a server side interaction to perform the steps.  The Opening interface
23 will allow the user to choose selection criterion to determine the job set used.
24 The second interface will allow the user to browse the file structure and choose
25 the files and directories to restore.  The third will run the job.
26
27 <p>The second restore option is the Version Browser.  It is a chatty interface
28 which will perform many sql queries of the server.  It is NOT intended to perfrom
29 major large sized restores.  It is intended to allow the user to search for 
30 specific files and see the different versions of those files that are available
31 in the catalog to restore.  Selecting jobs is done with 3 drop downs in the
32 lower splitter pane.  The top splitter pane has a vertical splitter with 4
33 widgets.  One for viewing and further subselecting of jobs, one for viewing the
34 directory tree, one for viewing the list of files in a selected directory and
35 one for viewing a list of different versions of the selected files that have
36 records in the catalog.  The user can select a directory which will select all
37 the files and subdirectories.  The user can unselect a file in a selected 
38 directory and also select a file in an unselected directory.  Lastly the user
39 can choose to restore a specific version of a file and override the default which
40 is to restore the most recent version. 
41
42 </BODY>
43 </HTML>