openstack-manuals/doc/config-reference/block-storage/backup/tsm-backup-driver.xml
Diane Fleming b417259465 Update headings plus edits for consistency and clarity in Config Reference
Partial-Bug: #1250515

author: diane fleming

Change-Id: I92c9ad25ee5bbd2c9334c4860637faa1b358718b
backport: havana
2013-11-19 12:44:14 -06:00

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.driver.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>