]> git.sur5r.net Git - bacula/docs/blobdiff - docs/manuals/en/main/restore.tex
Tweak doc text
[bacula/docs] / docs / manuals / en / main / restore.tex
index d1725bf992edb0f17b3a3a4eb876856367187f82..8481e0f166534a18061e3bd753580edb3f907820 100644 (file)
@@ -631,6 +631,12 @@ The full list of possible command line arguments are:
 \item {\bf add\_suffix=.old} -- add a suffix to all your files.
 \item {\bf regexwhere=!a.pdf!a.bkp.pdf!} -- do complex filename manipulation
   like with sed unix command. Will overwrite other filename manipulation.
+\item {\bf restorejob=jobname} -- Pre-chooses a restore job. Bacula can be
+  configured with multiple restore jobs ("Type = Restore" in the job
+  definition). This allows the specification of different restore properties,
+  including a set of RunScripts. When more than one job of this type is
+  configured, during restore, Bacula will ask for a user selection
+  interactively, or use the given restorejob.
 \end{itemize}
 
 \label{restorefilerelocation}
@@ -1101,6 +1107,15 @@ job.
    This command is the same as the {\bf help} command.  
 \end{description}
 
+If your filename contains some weird caracters, you can use \texttt{?},
+\texttt{*} or \textbackslash{}\textbackslash{}. For example, if your filename
+contains a \textbackslash{}, you can use
+\textbackslash{}\textbackslash{}\textbackslash{}\textbackslash{}.
+
+\begin{verbatim}
+* mark weird_file\\\\with-backslash
+\end{verbatim}
+
 \label{database_restore}
 \section{Restoring When Things Go Wrong}
 \index[general]{Restoring When Things Go Wrong }