From c3cf3b35a746b2d907acb548ce87656cad01c359 Mon Sep 17 00:00:00 2001 From: Dirk H Bartley Date: Tue, 24 Mar 2009 21:06:27 +0000 Subject: [PATCH] Some minor edits of help files. git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@8591 91ce42f0-d328-0410-95d8-f526ca767f89 --- bacula/src/qt-console/help/joblist.html | 8 +++++--- bacula/src/qt-console/help/restore.html | 18 +++++++++--------- 2 files changed, 14 insertions(+), 12 deletions(-) diff --git a/bacula/src/qt-console/help/joblist.html b/bacula/src/qt-console/help/joblist.html index 367e36d3e0..a9c492f24a 100644 --- a/bacula/src/qt-console/help/joblist.html +++ b/bacula/src/qt-console/help/joblist.html @@ -27,8 +27,9 @@ fileset.

The job level is one of "I" for incremental or "F" for full or "D" for differential. -

A purged value of 1 means that the files for that job have been purged and you -are not be able to browse for the files backed up with that jobid. +

A purged value of yes means that the files for that job have been purged from the +catalog's file table. Purged jobs are not be able to have their files browsed when +restoring from a job with that jobid.

This interface uses a splitter to divide the display of the table and the controls used to modify the selection criterion. There are 7 drop down boxes that can be used @@ -45,7 +46,8 @@ clicking on the Joblist item in the Page Selector.

Pushing the Graph button opens up a new JobPlot interface. All of the drop downs and limiting controls in the JobPlot window default to the current -settings of the controls in the JobList interface. +settings of the controls in the JobList interface. If the graph button is not there, +bat was not compiled with qwt libraries.

There are many options in the context sensitive popup that appear when the user right clicks on an item in the job table. diff --git a/bacula/src/qt-console/help/restore.html b/bacula/src/qt-console/help/restore.html index 6aaf93e772..df4ab7b627 100644 --- a/bacula/src/qt-console/help/restore.html +++ b/bacula/src/qt-console/help/restore.html @@ -54,15 +54,6 @@ opens that directory. Clicking 'OK' completes the selection process. user to inform the bacula server details of the host and path to restore to, the replacement rules, when to restore and what priority to give the restore job. -

A Version Browser Limitation

- -There is an important limitation of the version browser. If a fileset -specifically points to a file instead of a directory that contains files, it -will not be seen in the version browser. This is due to the way that the -version browser searches for directories first, then for files contained in -those directories. A common example is with the catalog job. -It by default points directly to one file created in a databse dump. -

The Version Browser Restore Interface

This restore interface is NOT intended to perform major restores of directory @@ -125,6 +116,15 @@ to the server by the other interfaces. Restore. These indicate to the user the time it may take to complete any tasks that could take a long time period. +

A Version Browser Limitation

+ +There is an important limitation of the version browser. If a fileset +specifically points to a file instead of a directory that contains files, it +will not be seen in the version browser. This is due to the way that the +version browser searches for directories first, then for files contained in +those directories. A common example is with the catalog job. +It by default points directly to one file created in a databse dump. +

Version Browser Performance

If you have used the version browser with a large database, you may have -- 2.39.5