Files
openstack-manuals/doc/config-reference/block-storage/section_backup-drivers.xml
Christian Berendt 0212d038b5 Use SSL to access git.openstack.org
Replace all occurrence of http://git.openstack.org with
https://git.openstack.org.

Change-Id: I85b9011ae49c5a4ea8f272b1ee0d93c2c14e43c7
2015-04-21 17:33:36 +02:00

20 lines
970 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<section 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"
xml:id="section_backup-drivers">
<title>Backup drivers</title>
<para>This section describes how to configure the <systemitem
class="service">cinder-backup</systemitem> service and its
drivers.</para>
<para>The volume drivers are included with the Block Storage repository
(<link xlink:href="https://git.openstack.org/cgit/openstack/cinder/"
>https://git.openstack.org/cgit/openstack/cinder/</link>). To set a
backup driver, use the <literal>backup_driver</literal> flag.
By default there is no backup driver enabled.</para>
<xi:include href="backup/ceph-backup-driver.xml"/>
<xi:include href="backup/tsm-backup-driver.xml"/>
<xi:include href="backup/swift-backup-driver.xml"/>
</section>