diff --git a/doc/external-ceph-guide.rst b/doc/external-ceph-guide.rst
index abc1d7bc3c4456f475e29011f62c4b84461f944e..18f388b74e5a1087732653632095da65e44b582d 100644
--- a/doc/external-ceph-guide.rst
+++ b/doc/external-ceph-guide.rst
@@ -96,8 +96,9 @@ Cinder
 ------
 
 Configuring external Ceph for Cinder works very similar to
-Glance. The required Cinder configuration goes into
-/etc/kolla/config/cinder/cinder-volume.conf:
+Glance.
+
+Edit /etc/kolla/config/cinder/cinder-volume.conf with the following content:
 
 ::
 
@@ -113,6 +114,20 @@ Glance. The required Cinder configuration goes into
   volume_driver=cinder.volume.drivers.rbd.RBDDriver
   rbd_secret_uuid = {{ cinder_rbd_secret_uuid }}
 
+Edit /etc/kolla/config/cinder/cinder-backup.conf with the following content:
+
+::
+
+  [DEFAULT]
+  backup_ceph_conf=/etc/ceph/ceph.conf
+  backup_ceph_user=cinder
+  backup_ceph_chunk_size = 134217728
+  backup_ceph_pool=backups
+  backup_driver = cinder.backup.drivers.ceph
+  backup_ceph_stripe_unit = 0
+  backup_ceph_stripe_count = 0
+  restore_discard_excess_bytes = true
+
 Next, place the ceph.conf file into
 /etc/kolla/config/cinder/ceph.conf: