]> git.sur5r.net Git - bacula/docs/commitdiff
Add send shell script
authorKern Sibbald <kern@sibbald.com>
Sun, 5 Oct 2008 19:37:17 +0000 (19:37 +0000)
committerKern Sibbald <kern@sibbald.com>
Sun, 5 Oct 2008 19:37:17 +0000 (19:37 +0000)
docs/developers/imagename_translations
docs/manual/version.tex
docs/send [new file with mode: 0755]

index 186c14f01e392209853e7c59860d04c40592ce6c..8cfd734f7fa7d6a891137719bda194ed0838a896 100644 (file)
@@ -1,2 +1,2 @@
-img2.png\ 1./smartall.eps
 img1.png\ 1./bacula-logo.eps
+img2.png\ 1./smartall.eps
index 1f6fb1742baa509a3a1de871e0d0ca5f3909f8ec..55c48c29bce652a77071b118c51b3e959f019414 100644 (file)
@@ -1 +1 @@
-2.4.2 (26 July 2008)
+2.4.3 (26 August 2008)
diff --git a/docs/send b/docs/send
new file mode 100755 (executable)
index 0000000..ca26bce
--- /dev/null
+++ b/docs/send
@@ -0,0 +1,7 @@
+#!/bin/sh
+cwd=`pwd`
+echo $cwd
+cd $cwd/manual/
+scp -r -P 2020 bacula/ bacula.org:/var/www/bacula/en/rel-manual/; \
+scp -P 2020 bacula.pdf bacula.org:/var/www/bacula/en/bacula.pdf; \
+done