Skip to content

Commit

Permalink
docs: fixing tables
Browse files Browse the repository at this point in the history
Pandoc failed on a lot of tables.
Therefore tables have now been fixed manually.
  • Loading branch information
joergsteffens committed May 5, 2019
1 parent d4d48ad commit 211eddd
Show file tree
Hide file tree
Showing 13 changed files with 189 additions and 1,261 deletions.
Expand Up @@ -45,27 +45,6 @@ A |dir| can only talk to Bacula file daemons of version 2.0 or higher. Through a

These combinations of Bareos and Bacula are know to work together:

# Tabular in LaTex format (original)

::

\begin{tabular}[h]{|l|l|l|l|}
\hline
:strong:`Director` & :strong:`Storage Daemon` & :strong:`File Daemon` & :strong:`Remarks` \\
\hline
\hline
\bareoscolor & \bareoscolor & \bareoscolor & \\
\hline
\bareoscolor & \bareoscolor & 2.0 <= \baculacolor < 6.0 & \\
\hline
\baculacolor & \baculacolor & \baculacolor & \\
\hline
\baculacolor & \baculacolor & \bareoscolor (compatibility mode) & \\
\hline
\end{tabular}

# Tabular converted from LaTeX to RST (or empty, in case of problems):

============ ================== =========================== ===========
**Director** **Storage Daemon** **File Daemon** **Remarks**
============ ================== =========================== ===========
Expand All @@ -90,18 +69,19 @@ Upgrade is supported from Bacula version 5.2.x. If you are running any older ver



.. warning::
.. warning::

Updating from Bacula >= 7.0 to Bareos has not been tested.
Updating from Bacula >= 7.0 to Bareos has not been tested.



.. warning::
.. warning::

As Bareos and Bacula packages bring binaries with identical paths and names,
As Bareos and Bacula packages bring binaries with identical paths and names,
it is on most platforms not possible to install components from both in parallel.
Your package management tool will warn you about this.


Rename user and group before upgrading
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Expand Down
Expand Up @@ -19,48 +19,9 @@ The status of a Bareos job is stored as abbreviation in the Catalog database tab

This table lists the abbreviations together with its description and weight. The weight is used, when multiple states are applicable for a job. In this case, only the status with the highest weight/priority is applied.

# Tabular in LaTex format (original)

::

\begin{longtable}{ | c | l | r | }
\hline
:strong:`Abbr.` & :strong:`:strong:`Description`` & :strong:`Weight` \\
\hline
\hline
C & Created, not yet running & 15 \\
R & Running & 15 \\
B & Blocked & 15 \\
T & Completed successfully & 10 \\
E & Terminated with errors & 25 \\
e & Non-fatal error & 20 \\
f & Fatal error & 100 \\
D & Verify found differences & 15 \\
A & Canceled by user & 90 \\
I & Incomplete job & 15 \\
L & Committing data & 15 \\
W & Terminated with warnings & 20 \\
l & Doing data despooling & 15 \\
q & Queued waiting for device & 15 \\
F & Waiting for Client & 15 \\
S & Waiting for Storage daemon & 15 \\
m & Waiting for new media & 15 \\
M & Waiting for media mount & 15 \\
s & Waiting for storage resource & 15 \\
j & Waiting for job resource & 15 \\
c & Waiting for client resource & 15 \\
d & Waiting on maximum jobs & 15 \\
t & Waiting on start time & 15 \\
p & Waiting on higher priority jobs & 15 \\
i & Doing batch insert file records & 15 \\
a & SD despooling attributes & 15 \\
\hline
\end{longtable}

# Tabular converted from LaTeX to RST (or empty, in case of problems):

========= ====================================================== ==========
**Abbr.** :strong:`:strong:`Description`` **Weight**
**Abbr.** :strong:`Description` **Weight**
========= ====================================================== ==========
C Created, not yet running 15
R Running 15
Expand Down
168 changes: 36 additions & 132 deletions docs/manuals/en/new_main_reference/source/Appendix/OperatingSystems.rst

Large diffs are not rendered by default.

0 comments on commit 211eddd

Please sign in to comment.