Files
openstack-manuals/doc/config-reference/block-storage/section_backup-drivers.xml
Andreas Jaeger 7935caccca Use git.openstack.org in Config Reference
Replace github.com names with git.openstack.org since git.openstack.org
is the master.

Change-Id: Iab27150b7e464fa624918940aee5d956b27342f5
2015-02-27 09:23:41 +00:00

20 lines
968 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="http://git.openstack.org/cgit/openstack/cinder/"
>http://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>