From 8bcab3986a6b27574c5e3d9561490caaf1b96230 Mon Sep 17 00:00:00 2001 From: Eric Bollengier Date: Mon, 14 Sep 2009 15:07:54 +0200 Subject: [PATCH] update bvfs commands --- docs/manuals/en/concepts/newfeatures.tex | 21 ++++++++++++--------- 1 file changed, 12 insertions(+), 9 deletions(-) diff --git a/docs/manuals/en/concepts/newfeatures.tex b/docs/manuals/en/concepts/newfeatures.tex index 6e57ac94..b30264cc 100644 --- a/docs/manuals/en/concepts/newfeatures.tex +++ b/docs/manuals/en/concepts/newfeatures.tex @@ -170,14 +170,17 @@ To help developers in restore GUI interfaces, we have added new \textsl{dot commands} that permit to browse the catalog in a very simple way. \begin{itemize} -\item \texttt{.update [jobid=x,y,z]} This command is required to update the +\item \texttt{.bvfs_update [jobid=x,y,z]} This command is required to update the Bvfs cache in the catalog. You need to run it before any access to the Bvfs layer. -\item \texttt{.lsdirs jobid=x,y,z path=/path | pathid=101} This command will - list all directories in the specified \texttt{path} or \texttt{pathid}. Using - \texttt{pathid} avoids problems with caracters encoding. -\item \texttt{.lsfiles jobid=x,y,z path=/path | pathid=101} This command will - list all files in the specified \texttt{path} or \texttt{pathid}. Using + +\item \texttt{.bvfs_lsdirs jobid=x,y,z path=/path | pathid=101} This command + will list all directories in the specified \texttt{path} or + \texttt{pathid}. Using \texttt{pathid} avoids problems with caracters + encoding. + +\item \texttt{.bvfs_lsfiles jobid=x,y,z path=/path | pathid=101} This command + will list all files in the specified \texttt{path} or \texttt{pathid}. Using \texttt{pathid} avoids problems with caracters encoding. \end{itemize} @@ -185,9 +188,9 @@ You can use \texttt{limit=xxx} and \texttt{offset=yyy} to limit the amount of data that will be displayed. \begin{verbatim} -* .update jobid=1,2 -* .update -* .lsdir path=/ jobid=1,2 +* .bvfs_update jobid=1,2 +* .bvfs_update +* .bvfs_lsdir path=/ jobid=1,2 \end{verbatim} \section{Testing your tape drive} -- 2.39.5