
Switch to using config-table directive. Change-Id: I902bb51e90abc9f7e0ce4bb78256b0ee0bdf7f61
35 lines
994 B
ReStructuredText
35 lines
994 B
ReStructuredText
========================================
|
|
IBM Tivoli Storage Manager backup driver
|
|
========================================
|
|
|
|
The IBM Tivoli Storage Manager (TSM) backup driver enables performing
|
|
volume backups to a TSM server.
|
|
|
|
The TSM client should be installed and configured on the machine running
|
|
the cinder-backup service. See the IBM Tivoli Storage Manager
|
|
Backup-Archive Client Installation and User's Guide for details on
|
|
installing the TSM client.
|
|
|
|
To enable the IBM TSM backup driver, include the following option in
|
|
``cinder.conf``:
|
|
|
|
.. code-block:: ini
|
|
|
|
backup_driver = cinder.backup.drivers.tsm
|
|
|
|
The following configuration options are available for the TSM backup
|
|
driver.
|
|
|
|
.. config-table::
|
|
:config-target: IBM Tivoli Storage Manager backup driver
|
|
|
|
cinder.backup.drivers.tsm
|
|
|
|
This example shows the default options for the TSM backup driver.
|
|
|
|
.. code-block:: ini
|
|
|
|
backup_tsm_volume_prefix = backup
|
|
backup_tsm_password = password
|
|
backup_tsm_compression = True
|