diff --git a/doc/config-reference/block-storage/backup/nfs-backup-driver.xml b/doc/config-reference/block-storage/backup/nfs-backup-driver.xml
new file mode 100644
index 0000000000..40d31ac27b
--- /dev/null
+++ b/doc/config-reference/block-storage/backup/nfs-backup-driver.xml
@@ -0,0 +1,15 @@
+
+ NFS backup driver
+ The backup driver for the NFS back end backs up volumes of any type
+ to an NFS exported backup repository.
+ To enable the NFS backup driver, include the following
+ option in the [DEFAULT] section of the cinder.conf
+ file:
+ backup_driver = cinder.backup.drivers.nfs
+ The following configuration options are available for
+ the NFS back-end backup driver.
+
+
diff --git a/doc/config-reference/block-storage/section_backup-drivers.xml b/doc/config-reference/block-storage/section_backup-drivers.xml
index 44787b2819..8c66ffb125 100644
--- a/doc/config-reference/block-storage/section_backup-drivers.xml
+++ b/doc/config-reference/block-storage/section_backup-drivers.xml
@@ -16,4 +16,5 @@
+