]> git.sur5r.net Git - bacula/docs/commitdiff
Document how to escape backslash in restore command
authorEric Bollengier <eric@eb.homelinux.org>
Tue, 11 Jan 2011 12:29:23 +0000 (13:29 +0100)
committerEric Bollengier <eric@eb.homelinux.org>
Tue, 11 Jan 2011 12:29:23 +0000 (13:29 +0100)
docs/manuals/en/main/restore.tex

index d1725bf992edb0f17b3a3a4eb876856367187f82..855fe3df8e249ac4cba90b628fccb5fca60fec9b 100644 (file)
@@ -1101,6 +1101,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 }