874a358eb9
Correct the values of backup_driver in the config reference. Also add some spaces to make samples more easily readable. Change-Id: I6f5d9fd40355c3a45b93cec2946257d505aef73f Partial-Bug: #1309137
30 lines
1.4 KiB
XML
30 lines
1.4 KiB
XML
<section xml:id="tsm-backup-driver"
|
|
xmlns="http://docbook.org/ns/docbook"
|
|
xmlns:xi="http://www.w3.org/2001/XInclude"
|
|
xmlns:xlink="http://www.w3.org/1999/xlink"
|
|
version="5.0">
|
|
<title>IBM Tivoli Storage Manager backup driver</title>
|
|
<para>The IBM Tivoli Storage Manager (TSM) backup driver enables
|
|
performing volume backups to a TSM server.
|
|
</para>
|
|
<para>The TSM client should be installed and configured on the
|
|
machine running the <systemitem class="service">cinder-backup
|
|
</systemitem> service.
|
|
See the <citetitle>IBM Tivoli Storage Manager
|
|
Backup-Archive Client Installation and User's Guide</citetitle> for
|
|
details on installing the TSM client.
|
|
</para>
|
|
<para>To enable the IBM TSM backup driver, include the following option
|
|
in <filename>cinder.conf</filename>:</para>
|
|
<programlisting>backup_driver = cinder.backup.drivers.tsm</programlisting>
|
|
<para>The following configuration options are available for the
|
|
TSM backup driver.</para>
|
|
<xi:include href="../../../common/tables/cinder-backups_tsm.xml" />
|
|
<para>This example shows the default options for the TSM backup
|
|
driver.</para>
|
|
<programlisting>backup_tsm_volume_prefix = backup
|
|
backup_tsm_password = password
|
|
backup_tsm_compression = True</programlisting>
|
|
</section>
|
|
|