]> git.sur5r.net Git - bacula/docs/commitdiff
Update
authorKern Sibbald <kern@sibbald.com>
Fri, 15 Jun 2007 07:37:46 +0000 (07:37 +0000)
committerKern Sibbald <kern@sibbald.com>
Fri, 15 Jun 2007 07:37:46 +0000 (07:37 +0000)
docs/developers/version.tex
docs/manual-de/version.tex
docs/manual/tips.tex
docs/manual/version.tex

index b6c937199008fd4a344643db298adda3b1bbc432..1debb9d75a4b7b86ef159989caeaf315bd74ec03 100644 (file)
@@ -1 +1 @@
-2.1.13 (08 June 2007)
+2.1.14 (14 June 2007)
index b6c937199008fd4a344643db298adda3b1bbc432..1debb9d75a4b7b86ef159989caeaf315bd74ec03 100644 (file)
@@ -1 +1 @@
-2.1.13 (08 June 2007)
+2.1.14 (14 June 2007)
index c84d50aaa08e0b6922a912ff6608dff74dcb9eec..26e0cddc7d070e667d3ad3bc679da9ffb7df8c19 100644 (file)
@@ -776,7 +776,9 @@ This tip also comes from Marc Brueckner. (Note, this tip is probably outdated
 by the addition of {\bf ClientRunBeforJob} and {\bf ClientRunAfterJob} Job
 records, but the technique still could be useful.) First I thought the "Run
 Before Job" statement in the Job-resource is for executing a script on the
-remote machine(the machine to be backed up). It could be useful to execute
+remote machine (the machine to be backed up). (Note, this is possible as mentioned
+above by using {\bf ClientRunBeforJob} and {\bf ClientRunAfterJob}).
+It could be useful to execute
 scripts on the remote machine e.g. for stopping databases or other services
 while doing the backup. (Of course I have to start the services again when the
 backup has finished) I found the following solution: Bacula could execute
@@ -813,7 +815,7 @@ enter the following on the machine where Bacula runs:
 
 \footnotesize
 \begin{verbatim}
-ssh -i Bacula_key  -l root "ls -la"
+ssh -i Bacula_key  -l root <machine-name-or-ip-address> "ls -la"
 \end{verbatim}
 \normalsize
 
@@ -832,7 +834,7 @@ Run After Job = ssh -i /etc/bacula/Bacula_key 192.168.1.1 \
 \end{verbatim}
 \normalsize
 
-Even though Bacula version 1.32 has a ClientRunBeforeJob, the ssh method still
+Even though Bacula version 1.32 and later has a ClientRunBeforeJob, the ssh method still
 could be useful for updating all the Bacula clients on several remote machines
 in a single script. 
 
index b6c937199008fd4a344643db298adda3b1bbc432..1debb9d75a4b7b86ef159989caeaf315bd74ec03 100644 (file)
@@ -1 +1 @@
-2.1.13 (08 June 2007)
+2.1.14 (14 June 2007)