Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
pstorz committed Nov 28, 2018
1 parent 8b03e83 commit 1fd1c3e
Show file tree
Hide file tree
Showing 35 changed files with 449 additions and 448 deletions.
3 changes: 2 additions & 1 deletion docs/manuals/en/new_main_reference/replace.sh
Expand Up @@ -148,13 +148,14 @@ sed -i -E 's#:raw-latex:`\\job\{(.*)\}`#**\1**:sup:`Dir`:sub:`job`\ #g' *.rst
sed -i -E 's#:raw-latex:`\\pool\{(.*)\}`#**\1**:sup:`Dir`:sub:`pool`\ #g' *.rst


perl -i -pe 's#^.. raw:: latex$##g' *.rst



#\dt
perl -i -pe 's#:raw-latex:`\\dt\{([A-Za-z ]*)\}`#:strong:`\1`\ #g' *.rst

perl -i -pe 's#:raw-latex:`\\bcommand\{(.*?)\}{(.*?)}`#:strong:`\1 \2`#g' *.rst
perl -i -pe 's#:raw-latex:`\\bcommand\{(.*?)\}\{(.*?)}`#:strong:`\1\2`#g' *.rst
perl -i -pe 's#:raw-latex:`\\bcommand\{(.*?)\}`#:strong:`\1`#g' *.rst


Expand Down
18 changes: 9 additions & 9 deletions docs/manuals/en/new_main_reference/source/always-incremental.rst
Expand Up @@ -48,7 +48,7 @@ The Always Incremental Backup Scheme does only incremental backups of
clients, which reduces the amount of data transferred over the network
to a minimum.

.. raw:: latex


\limitation*{Always Incremental Backup}{Only suitable for file based backups}{%
Always Incremental backups are only suitable for file based backups. Other data can not be combined on the server side (e.g. vmware plugings, NDMP, ...)
Expand Down Expand Up @@ -190,7 +190,7 @@ The always incremental jobs need to be executed during the backup window
(usually at night), while the consolidation jobs should be scheduled
during the daytime when no backups are executed.

.. raw:: latex


\warning{All Bareos job resources have some required directives, e.g. \linkResourceDirective{Dir}{Job}{Client}.
Even so, none other than the mentioned directives are evaluated by a \resourceDirectiveValue{Dir}{Job}{Type}{Consolidate},
Expand Down Expand Up @@ -419,7 +419,7 @@ backups and daily consolidations is
-
**Always Incremental Job Retention**:sup:`Dir`:sub:`Job` .

.. raw:: latex


\centering

Expand All @@ -428,7 +428,7 @@ backups and daily consolidations is

Data Volume being moved with "Always Incremental Max Full Age"

.. raw:: latex


\centering

Expand Down Expand Up @@ -498,7 +498,7 @@ triggered and the setting of
influence the value that makes sense for
**Max Full Consolidations**:sup:`Dir`:sub:`Job` .

.. raw:: latex


\centering

Expand All @@ -507,7 +507,7 @@ influence the value that makes sense for

Data Volume being moved with Max Full Consolidations = 1

.. raw:: latex


\centering

Expand Down Expand Up @@ -691,7 +691,7 @@ storage:
| 1 | Full-0001 | Append | 1 | 38600329 | 0 | 31536000 | 1 | 0 | 0 | File | 2016-07-28 14:00:47 | File-remote |
+---------+------------+-----------+---------+----------+----------+--------------+---------+------+-----------+-----------+---------------------+-------------+
Use :strong:`update volume` to set the right storage and
Use :strong:`updatevolume` to set the right storage and
check with list volumes that it worked:


Expand Down Expand Up @@ -735,10 +735,10 @@ case to make the incremental backups possible.
- Configure the Job that should backup the remote client with the
fileset.

- Run :strong:`estimate listing` on the remote backup
- Run :strong:`estimatelisting` on the remote backup
job.

- Run :strong:`list filesets` to make sure the fileset
- Run :strong:`listfilesets` to make sure the fileset
was added to the catalog.

Then we need to create a backup on the remote machine onto a portable
Expand Down

0 comments on commit 1fd1c3e

Please sign in to comment.