]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/src/qt-console/help/restore.html
Remove limitation discussion of regular restore. State limitation of finding
[bacula/bacula] / bacula / src / qt-console / help / restore.html
index 400e807187c5da9d10e624a5bf984beb35d768dc..6aaf93e77246ab8dc23736fa2c5eb0dcaf0fb1fb 100644 (file)
@@ -40,11 +40,6 @@ incremental backups done since the most recent full or differential.  Then the
 server uses this set of jobs to create a file structure that is the
 most recent version of each file found in this job list.
 
-<p>After the select box OK button has been pressed, a limitation in bat
-occurs that will be resolved in the future.  The restore process takes control
-of the connection to the server and does not allow any other communication to
-the server by any other interface.
-
 <p>The second interface allows the user to browse this file structure and
 choose the files and directories to restore.  This is done in an explorer
 type interface with a directory tree on the left.  In the right pane of a
@@ -59,12 +54,16 @@ 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.
 
-<h2>The Version Browser Restore Interface</h2>
+<h2>A Version Browser Limitation</h2>
 
-<p>The Version Browser restore option does not have the same connection
-limitations as the standard restore during the file and directory selection
-process.  The user can have an unlimited number of selection windows open at a
-time for viewing the cataloged jobs, directories, files and versions.
+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.
+
+<h2>The Version Browser Restore Interface</h2>
 
 <p>This restore interface is <b>NOT</b> intended to perform major restores of directory
 structures with large numbers of directories and files.  It should work, however