]> git.sur5r.net Git - bacula/docs/blobdiff - docs/manuals/en/main/newfeatures.tex
Tweak new features document
[bacula/docs] / docs / manuals / en / main / newfeatures.tex
index a1ba119a0c536518d787c5c18f25bd69ca62ad23..9195769e0db20824d8012b304f7d8c293a9a13d9 100644 (file)
@@ -397,6 +397,42 @@ command line.
 This feature was developed by Josip Almasi, and enhanced to be runtime
 dynamic by Kern Sibbald.
 
 This feature was developed by Josip Almasi, and enhanced to be runtime
 dynamic by Kern Sibbald.
 
+\subsection{DisableCommand Directive}
+There is a new Directive named {\bf Disable Command} that
+can be put in the File daemon Client or Director resource.
+If it is in the Client, it applies globally, otherwise the
+directive applies only to the Director in which it is found.
+The Disable Command adds security to your File daemon by
+disabling certain commands.  The commands that can be
+disabled are:
+
+\begin{verbatim}
+backup       
+cancel       
+setdebug=    
+setbandwidth=
+estimate     
+fileset      
+JobId=       
+level =      
+restore      
+endrestore   
+session      
+status       
+.status      
+storage      
+verify       
+RunBeforeNow 
+RunBeforeJob 
+RunAfterJob  
+Run          
+accurate
+\end{verbatim}
+
+On or more of these command keywords can be placed in qoutes and separated
+by spaces on the Disable Command directive line.  Note: the commands must
+be written exactly as they appear above.
+
 \subsection{Multiple Console Directors}
 Support for multiple bconsole and bat Directors in the bconsole.conf and
 bat.conf files has been implemented and/or improved.
 \subsection{Multiple Console Directors}
 Support for multiple bconsole and bat Directors in the bconsole.conf and
 bat.conf files has been implemented and/or improved.
@@ -455,7 +491,30 @@ when a large number of jobs were running and putting their attributes
 into the catalog.  This version uses a separate catalog connection that
 should significantly enhance performance.
 
 into the catalog.  This version uses a separate catalog connection that
 should significantly enhance performance.
 
-
+\subsection{New .bvfs\_decode\_lstat Command}
+There is a new bconsole command, which is
+{\bf .bvfs\_decode\_lstat} it requires one argument, which
+is {\bf lstat="lstat value to decode"}.  An example command
+in bconsole and the output might be:
+
+\small
+\begin{verbatim}
+.bvfs_decode_lstat lstat="A A EHt B A A A JP BAA B BTL/A7 BTL/A7 BTL/A7 A A C"
+
+st_nlink=1
+st_mode=16877
+st_uid=0
+st_gid=0
+st_size=591
+st_blocks=1
+st_ino=0
+st_ctime=1395650619
+st_mtime=1395650619
+st_mtime=1395650619
+st_dev=0
+LinkFI=0
+\end{verbatim}
+\normalsize
 
 
 \subsection*{New Debug Options}
 
 
 \subsection*{New Debug Options}