
It was discovered today that the 'config-reference' directory was supposed to have been renamed to 'configuration'. The doc team was expecting it to be at that location so that they could automatically link to it from contributor/index.html . This patch just moves the directory. I am going to be submitting a subsequent patch that properly sets out the framework for the additional directories so that we don't have addition problems in the future. Change-Id: I6729aaf4593a0b089277f6d7d0aa50fee3ca340f
32 lines
935 B
ReStructuredText
32 lines
935 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.
|
|
|
|
.. include:: ../../tables/cinder-backups_tsm.rst
|
|
|
|
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
|