Author: kwall
Date: Sun Jan 19 10:14:42 2014
New Revision: 1559485

URL: http://svn.apache.org/r1559485
Log:
NO-JIRA: [Java Broker documentation] Correct version numbers in BDBBackup 
command examples in HA documentation

Modified:
    qpid/trunk/qpid/doc/book/src/java-broker/Java-Broker-High-Availability.xml

Modified: 
qpid/trunk/qpid/doc/book/src/java-broker/Java-Broker-High-Availability.xml
URL: 
http://svn.apache.org/viewvc/qpid/trunk/qpid/doc/book/src/java-broker/Java-Broker-High-Availability.xml?rev=1559485&r1=1559484&r2=1559485&view=diff
==============================================================================
--- qpid/trunk/qpid/doc/book/src/java-broker/Java-Broker-High-Availability.xml 
(original)
+++ qpid/trunk/qpid/doc/book/src/java-broker/Java-Broker-High-Availability.xml 
Sun Jan 19 10:14:42 2014
@@ -739,9 +739,9 @@ Current state of node: Node-5001 from gr
     <para><emphasis>backup.sh</emphasis> script invokes 
<classname>org.apache.qpid.server.store.berkeleydb.BDBBackup</classname> to do 
the job.</para>
     <para>You can also run this class from command line like in an example 
below:</para>
     <example><title>Performing store backup by using 
<classname>BDBBackup</classname> class directly</title><command>
-        java -cp qpid-bdbstore-0.18.jar 
org.apache.qpid.server.store.berkeleydb.BDBBackup -fromdir path/to/store/folder 
-todir path/to/backup/foldeAr</command>
+        java -cp qpid-bdbstore-&qpidCurrentRelease;.jar 
org.apache.qpid.server.store.berkeleydb.BDBBackup -fromdir path/to/store/folder 
-todir path/to/backup/folder</command>
     </example>
-    <para>In the example above BDBBackup utility is called from 
qpid-bdbstore-0.18.jar to backup the store at 
<emphasis>path/to/store/folder</emphasis> and copy store logs into 
<emphasis>path/to/backup/folder</emphasis>.</para>
+    <para>In the example above BDBBackup utility is called from 
qpid-bdbstore-&qpidCurrentRelease;.jar to backup the store at 
<emphasis>path/to/store/folder</emphasis> and copy store logs into 
<emphasis>path/to/backup/folder</emphasis>.</para>
     <para>Linux and Unix users can take advantage of 
<emphasis>backup.sh</emphasis> bash script by running this script in a similar 
way.</para>
     <example><title>Performing store backup by using 
<classname>backup.sh</classname> bash script</title>
         <command>backup.sh -fromdir path/to/store/folder -todir 
path/to/backup/folder</command>



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to