From edf301c9a945ca204a9173d5c4c81c16702a7a0f Mon Sep 17 00:00:00 2001 From: Eric Bollengier Date: Tue, 11 Jan 2011 13:29:23 +0100 Subject: [PATCH] Document how to escape backslash in restore command --- docs/manuals/en/main/restore.tex | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/docs/manuals/en/main/restore.tex b/docs/manuals/en/main/restore.tex index d1725bf9..855fe3df 100644 --- a/docs/manuals/en/main/restore.tex +++ b/docs/manuals/en/main/restore.tex @@ -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 } -- 2.39.5