]> git.sur5r.net Git - bacula/docs/commitdiff
ebl Add documentation about new restore menu
authorEric Bollengier <eric@eb.homelinux.org>
Wed, 15 Jul 2009 10:47:11 +0000 (10:47 +0000)
committerEric Bollengier <eric@eb.homelinux.org>
Wed, 15 Jul 2009 10:47:11 +0000 (10:47 +0000)
docs/manuals/en/concepts/newfeatures.tex

index 324b224428f6f8c3d73a5f08ce3e331dcf10a955..b210f2158bae5d3a0a604938a87534f7a68b46a6 100644 (file)
@@ -8,6 +8,45 @@
 This chapter presents the new features added to the development 3.0.2
 versions to be released as Bacula version 3.0.2 sometime in 2009.
 
+\section{Full restore from a given JobId}
+\index[general]{Restore menu}
+
+This feature allows selecting a JobId and having Bacula automatically select all
+other jobs that comprise a full backup up to and including the selected JobId.
+
+Assume we start with the following jobs:
+\begin{verbatim}
++-------+--------------+---------------------+-------+----------+------------+
+| jobid | client       | starttime           | level | jobfiles | jobbytes   |
++-------+--------------+---------------------+-------+----------+------------
+| 6     | localhost-fd | 2009-07-15 11:45:49 | I     | 2        | 0          |
+| 5     | localhost-fd | 2009-07-15 11:45:45 | I     | 15       | 44143      |
+| 3     | localhost-fd | 2009-07-15 11:45:38 | I     | 1        | 10         |
+| 1     | localhost-fd | 2009-07-15 11:45:30 | F     | 1527     | 44143073   |
++-------+--------------+---------------------+-------+----------+------------+
+\end{verbatim}
+
+Below is an example of selecting this new feature (which is number 12 in the menu).
+
+\begin{verbatim}
+* restore
+To select the JobIds, you have the following choices:
+     1: List last 20 Jobs run
+     2: List Jobs where a given File is saved
+...
+    12: Select full restore to a specified JobId
+    13: Cancel
+
+Select item:  (1-13): 12
+Enter JobId to restore: 5
+You have selected the following JobIds: 1,3,5
+
+Building directory tree for JobId(s) 1,3,5 ...  +++++++++++++++++++
+1,444 files inserted into the tree.
+\end{verbatim}
+
+This project was funded by Bacula Systems.
+
 \section{Source Address}
 \index[general]{Source Address}