]> git.sur5r.net Git - bacula/docs/commitdiff
Add missing image + fix typo in new features
authorKern Sibbald <kern@sibbald.com>
Fri, 26 May 2017 08:06:51 +0000 (10:06 +0200)
committerKern Sibbald <kern@sibbald.com>
Fri, 26 May 2017 08:06:51 +0000 (10:06 +0200)
docs/images/png/pvf-slidingbackups.png [new file with mode: 0644]
docs/images/pvf-slidingbackups.png [new file with mode: 0644]
docs/manuals/en/main/newfeatures.tex
docs/upload

diff --git a/docs/images/png/pvf-slidingbackups.png b/docs/images/png/pvf-slidingbackups.png
new file mode 100644 (file)
index 0000000..a9fa038
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 (file)
index 0000000..a9fa038
Binary files /dev/null and b/docs/images/pvf-slidingbackups.png differ
index 35f23f559e5b1d52df3cde868d02bdf80d0b93dc..2da340fe0e6b42febb1982641ac08c6b7d86b3cc 100644 (file)
@@ -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
index 4c94baf93da7b6c3fe50a72e8b17b560a779d738..7fc91d0d93fbf861a82aae6de94d873a1d79b9eb 100755 (executable)
@@ -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