diff --git a/docs_user/modules/proc_adopting-the-block-storage-service.adoc b/docs_user/modules/proc_adopting-the-block-storage-service.adoc index 5e1ef889a..35db9e256 100644 --- a/docs_user/modules/proc_adopting-the-block-storage-service.adoc +++ b/docs_user/modules/proc_adopting-the-block-storage-service.adoc @@ -349,13 +349,18 @@ $ openstack volume backup list $ openstack volume create --image cirros --bootable --size 1 disk_new ---- -.. Back up the previous attached volume: +.. If you deployed and adopted the `cinder-backup` service, back up the previously attached volume: + ---- -$ openstack --os-volume-api-version 3.47 volume create --backup +$ openstack volume backup create --name ---- + -* Replace `` with the name of your new backup location. +where: + +``:: Specifies the volume that you want to back up. +Replace `` with the volume you want to back up. +``:: Specifies the name of your new backup. +Replace `` with the name of your new backup. + [NOTE] You do not boot a {compute_service_first_ref} instance by using the new `volume from` image or try to detach the previous volume because the {compute_service} and the {block_storage} are still not connected.