From: Kern Sibbald Date: Fri, 26 May 2017 08:06:51 +0000 (+0200) Subject: Add missing image + fix typo in new features X-Git-Tag: Release-7.9.1~3 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=97c249cc920895ecc431d3961967709f419d225d;p=bacula%2Fdocs Add missing image + fix typo in new features --- diff --git a/docs/images/png/pvf-slidingbackups.png b/docs/images/png/pvf-slidingbackups.png new file mode 100644 index 00000000..a9fa038b Binary files /dev/null and b/docs/images/png/pvf-slidingbackups.png differ diff --git a/docs/images/pvf-slidingbackups.png b/docs/images/pvf-slidingbackups.png new file mode 100644 index 00000000..a9fa038b Binary files /dev/null and b/docs/images/pvf-slidingbackups.png differ diff --git a/docs/manuals/en/main/newfeatures.tex b/docs/manuals/en/main/newfeatures.tex index 35f23f55..2da340fe 100644 --- a/docs/manuals/en/main/newfeatures.tex +++ b/docs/manuals/en/main/newfeatures.tex @@ -9,7 +9,7 @@ Two new director directives have been added: Max Virtual Full Interval and Virtual Full Backup Pool -\end(verbatime) +\end{verbatim} The {\bf Max Virtual Full Interval} directive should behave similar to the {\bf Max Full Interval}, but for Virtual Full jobs. If Bacula sees that diff --git a/docs/upload b/docs/upload index 4c94baf9..7fc91d0d 100755 --- a/docs/upload +++ b/docs/upload @@ -7,7 +7,7 @@ fi cwd=`pwd` lang=$1 src=$cwd/manuals/${lang}/pdf-and-html -ver=7.4.4 +ver=7.9.0 repo=release echo "ver=${ver}" @@ -28,6 +28,6 @@ sendit() rsync -avz --delete --progress $1/../images/ $2/images/ } -dest=bacula:/var/www/bacula/7.4.x-manuals/${lang} +dest=bacula:/var/www/bacula/7.9.x-manuals/${lang} echo "Sending to $dest" sendit $src $dest