Merge "Fix the mistake in Administrator Guide -- blockstorage-volume-backups"

This commit is contained in:
Jenkins 2016-09-30 23:16:04 +00:00 committed by Gerrit Code Review
commit c26657a776
1 changed files with 4 additions and 2 deletions

View File

@ -168,6 +168,8 @@ Run this command to create a backup of a snapshot:
.. code-block:: console
$ cinder backup-create [--incremental] [--force] SNAPSHOT
$ cinder backup-create [--incremental] [--force] \
[--snapshot-id SNAPSHOT_ID] VOLUME
Where ``SNAPSHOT`` is the name or ID of the snapshot.
Where ``VOLUME`` is the name or ID of the volume, ``SNAPSHOT_ID`` is the ID of
the volume's snapshot.