From a30f2ff68ae1ef228da07342e0a2f233f2b8c7aa Mon Sep 17 00:00:00 2001 From: Joerg Steffens Date: Thu, 9 Mar 2017 15:31:09 +0100 Subject: [PATCH] typo --- manuals/en/main/coverpage.tex | 2 +- manuals/en/main/director-resource-job-definitions.tex | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/manuals/en/main/coverpage.tex b/manuals/en/main/coverpage.tex index fc7c223..689a086 100644 --- a/manuals/en/main/coverpage.tex +++ b/manuals/en/main/coverpage.tex @@ -16,7 +16,7 @@ \vspace{0.2in} Copyright {\copyright} 1999-2012, Free Software Foundation Europe e.V. \\ Copyright {\copyright} 2010-2012, Planets Communications B.V. \\ - Copyright {\copyright} 2013-2016, Bareos GmbH \& Co. KG \\ + Copyright {\copyright} 2013-2017, Bareos GmbH \& Co. KG \\ Bareos {\textregistered} is a registered trademark of Bareos GmbH \& Co KG.\\ Bacula {\textregistered} is a registered trademark of Kern Sibbald.\\ \vspace{0.2in} diff --git a/manuals/en/main/director-resource-job-definitions.tex b/manuals/en/main/director-resource-job-definitions.tex index 256a255..bd5eb2f 100644 --- a/manuals/en/main/director-resource-job-definitions.tex +++ b/manuals/en/main/director-resource-job-definitions.tex @@ -454,7 +454,7 @@ The new Full backup will be stored in the pool defined in \linkResourceDirective{Dir}{Pool}{Next Pool}. %The process of generating a VirtualFull backup is similar to the process described in \nameref{MigrationChapter}. -\warning{Opposite to the offer backup levels, VirtualFull may require read and write access to multiple volumes. In most cases you have to make sure, that Bareos does not try to read and write to the same Volume.} +\warning{Opposite to the other backup levels, VirtualFull may require read and write access to multiple volumes. In most cases you have to make sure, that Bareos does not try to read and write to the same Volume.} % move volumes from VFull to Full pool %echo "list volumes pool=VFull" | bconsole | awk -F '|' '{if ($4 ~ /Full|Used|Append/) { gsub(/^[ \t]+/,"",$3); gsub(/[ \t]+$/,"",$3); print "update volume="$3" pool=Full" }}' | bconsole