Skip to content
This repository has been archived by the owner on Mar 19, 2021. It is now read-only.

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
joergsteffens committed Sep 19, 2014
1 parent 6b8d275 commit 9558891
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 20 deletions.
8 changes: 4 additions & 4 deletions manuals/en/main/autochangers.tex
Expand Up @@ -265,10 +265,10 @@ \section{Device Configuration Records}

\begin{description}

\item [Autochanger = {\it Yes|No} ]
\index[sd]{Autochanger}
The {\bf Autochanger} record specifies if the current device belongs to an
autochanger ressource. The default is {\bf no}.
\xdirective{sd}{Autochanger}{yes {\textbar} no}{}{no}{}{%
The \configdirective{Autochanger} record specifies if the current device belongs to an
autochanger ressource.
}

\item [Changer Device = {\textless}device-name{\textgreater}]
\index[sd]{Changer Device}
Expand Down
29 changes: 13 additions & 16 deletions manuals/en/main/state.tex
Expand Up @@ -5,8 +5,6 @@ \chapter{The Current State of Bareos}
\label{StateChapter}
%\index[general]{Current State of Bareos}

In other words, what is and what is not currently implemented and functional.

\section{What is Implemented}
\index[general]{Implemented!What}
\index[general]{What is Implemented}
Expand All @@ -22,8 +20,7 @@ \section{What is Implemented}
(sometimes called multiplexing).
\item Job sequencing using priorities.
\item \ilink{Console}{UADef} interface to the Director allowing complete
control. A text console and a Qt4 GUI of
the Console program are available.
control. Same GUIs are also available.
\end{itemize}

\item Security
Expand Down Expand Up @@ -100,7 +97,7 @@ \section{What is Implemented}
barcodes or by reading the tapes.
\item Support for multiple drive autochangers.
\item Raw device backup/restore. Restore must be to the same device.
\item All Volume blocks (approximately 64K bytes) contain a data checksum.
\item All Volume blocks contain a data checksum.
\item Migration support -- move data from one Pool to another or
one Volume to another.
%\item Supports writing to DVD.
Expand Down Expand Up @@ -172,17 +169,17 @@ \section{Current Implementation Restrictions}
\index[general]{Restrictions!Current Implementation}

\begin{itemize}
\item It is very unusual to attempt to restore two Jobs
that ran simultaneously in a single restore, but if
you do, please be aware that unless you had
data spooling turned on and the spool file held the full
contents of both Jobs during the backup, the restore will not
work correctly. In other terms, Bareos cannot restore
two jobs in the same restore if the Jobs' data blocks were
intermixed on the backup medium. The problem is resolved by
simply doing two restores, one for each Job.
Normally this can happen only if you manually enter specific
JobIds to be restored in a single restore Job.
% \item It is very unusual to attempt to restore two Jobs
% that ran simultaneously in a single restore, but if
% you do, please be aware that unless you had
% data spooling turned on and the spool file held the full
% contents of both Jobs during the backup, the restore will not
% work correctly. In other terms, Bareos cannot restore
% two jobs in the same restore if the Jobs' data blocks were
% intermixed on the backup medium. The problem is resolved by
% simply doing two restores, one for each Job.
% Normally this can happen only if you manually enter specific
% JobIds to be restored in a single restore Job.
\item Bareos can generally restore any backup made from one client
to any other client. However, if the architecture is significantly
different (i.e. 32 bit architecture to 64 bit or Win32 to Unix),
Expand Down

0 comments on commit 9558891

Please sign in to comment.