\pdfminorversion=4
\def\version{@VERSION@}
\newenvironment{bsysitemize}{\renewcommand\labelitemi{\textcolor{bsysredtwo}{\ensuremath{\filledsquare}}}\renewcommand\labelitemii{\textcolor{bsysredtwo}{--}}\begin{itemize}}{\end{itemize}}
+\usepackage{booktabs}
%%%
%%% Philippe Chauvat
%%% 23-oct-2013 - Definitions used
--- /dev/null
+\chapter{Job status}
+\label{JobStatusChapter}
+\index[general]{Job!Status}
+\index[general]{Status!Job}
+
+\section{Job levels}
+
+The table \vref{tab-job-levels} describes the several levels for a job.
+\LTXtable{\linewidth}{table_job_levels}
+
+The table \vref{tab-job-types} describes the several type for a job.
+\LTXtable{\linewidth}{table_job_types}
+
+The table \vref{tab-job-types} describes the several status for a job.
+\LTXtable{\linewidth}{table_job_status}
%\appendix
\begin{appendices}
\begin{small}
+\include{jobstatus}
\include{license}
\include{projects}
\include{thanks}
--- /dev/null
+\begin{longtable}{cX}
+\caption{Job levels}\label{tab-job-levels}\\
+\toprule
+\rowcolor{bsysredtwo}
+\multicolumn{1}{c}{\textbf{Level}} &
+\multicolumn{1}{c}{\textbf{Description}} \\
+\endfirsthead
+\caption[]{Cont.}\\
+\toprule
+\rowcolor{bsysredtwo}
+\multicolumn{1}{c}{\textbf{Level}} &
+\multicolumn{1}{c}{\textbf{Description}} \\
+\endhead
+\midrule
+\rowcolor{white}
+\multicolumn{2}{c}{See on next page}\\
+\endfoot
+\bottomrule
+\endlastfoot
+\midrule
+\rowcolor{lightbsysgrey}
+\multicolumn{2}{l}{\emph{Backup levels}} \\
+\midrule
+F & Full backup: Every files \\
+I & Incremental: Files modified since last backup \\
+D & Differential: Files modified since last full backup \\
+S & Since: Not used \\
+f & Virtual full backup \\
+\midrule
+\rowcolor{lightbsysgrey}
+\multicolumn{2}{l}{\emph{Verification levels}} \\
+\midrule
+C & Verify from Catalog \\
+V & Verify: Init database \\
+O & Verify volume to Catalog entries \\
+d & Verify disk attributes to Catalog \\
+A & Verify data on volume \\
+\midrule
+\rowcolor{lightbsysgrey}
+\multicolumn{2}{l}{\emph{Others}} \\
+\midrule
+B & Base level job \\
+~ & None: for Restore and Admin \\
+\end{longtable}
--- /dev/null
+\begin{longtable}{cX}
+\caption{Job Status}\label{tab-job-status}\\
+\toprule
+\rowcolor{bsysredtwo}
+\multicolumn{1}{c}{\textbf{Status}} &
+\multicolumn{1}{c}{\textbf{Description}} \\
+\midrule
+\endfirsthead
+\caption[]{Cont.}\\
+\toprule
+\rowcolor{bsysredtwo}
+\multicolumn{1}{c}{\textbf{Status}} &
+\multicolumn{1}{c}{\textbf{Description}} \\
+\midrule
+\endhead
+\midrule
+\rowcolor{white}
+\multicolumn{2}{c}{See on next page}\\
+\endfoot
+\bottomrule
+\endlastfoot
+A & Job canceled by user \\
+B & Job blocked \\
+C & Job created but not yet running \\
+D & Verify differences \\
+E & Job terminated in error \\
+F & Job waiting on File daemon \\
+I & Incomplete Job \\
+L & Committing data (last despool) \\
+M & Job waiting for Mount \\
+R & Job running \\
+S & Job waiting on the Storage daemon \\
+T & Job terminated normally \\
+W & Job terminated normally with warnings \\
+a & SD despooling attributes \\
+c & Waiting for Client resource \\
+d & Waiting for maximum jobs \\
+e & Non-fatal error \\
+f & Fatal error \\
+i & Doing batch insert file records \\
+j & Waiting for job resource \\
+l & Doing data despooling \\
+m & Waiting for new media \\
+p & Waiting for higher priority jobs to finish \\
+q & Queued waiting for device \\
+s & Waiting for storage resource \\
+t & Waiting for start time \\
+\end{longtable}
--- /dev/null
+\begin{longtable}{cX}
+\caption{Job types}\label{tab-job-types}\\
+\toprule
+\rowcolor{bsysredtwo}
+\multicolumn{1}{c}{\textbf{Type}} &
+\multicolumn{1}{c}{\textbf{Description}} \\
+\endfirsthead
+\caption[]{Cont.}\\
+\toprule
+\rowcolor{bsysredtwo}
+\multicolumn{1}{c}{\textbf{Type}} &
+\multicolumn{1}{c}{\textbf{Description}} \\
+\endhead
+\midrule
+\rowcolor{white}
+\multicolumn{2}{c}{See on next page}\\
+\endfoot
+\bottomrule
+\endlastfoot
+\midrule
+B & Backup Job \\
+V & Verify Job \\
+R & Restore Job \\
+D & Admin job \\
+C & Copy of a Job \\
+c & Copy Job \\
+M & A previous backup job that was migrated \\
+g & Migration Job \\
+A & Archive Job \\
+S & Scan Job \\
+U & Console program \\
+I & Internal system ''job'' \\
+\end{longtable}