Block Storage v1, v2
Create new volume backup
openstack volume backup create
[--container <container>]
[--name <name>]
[--description <description>]
[--snapshot <snapshot>]
[--force]
[--incremental]
<volume>
--container <container>¶Optional backup container name
--name <name>¶Name of the backup
--description <description>¶Description of the backup
--snapshot <snapshot>¶Snapshot to backup (name or ID)
Volume version 2 only
--force¶Allow to back up an in-use volume
Volume version 2 only
--incremental¶Perform an incremental backup
Volume version 2 only
<volume>Volume to backup (name or ID)
Delete volume backup(s)
openstack volume backup delete
[--force]
<backup> [<backup> ...]
--force¶Allow delete in state other than error or available
Volume version 2 only
<backup>Backup(s) to delete (name or ID)
List volume backups
openstack volume backup list
[--long]
[--name <name>]
[--status <status>]
[--volume <volume>]
[--marker <volume-backup>]
[--limit <num-backups>]
[--all-projects]
--long¶List additional fields in output
--name <name>¶Filters results by the backup name
--status <status>¶Filters results by the backup status (‘creating’, ‘available’, ‘deleting’, ‘error’, ‘restoring’ or ‘error_restoring’)
--volume <volume>¶Filters results by the volume which they backup (name or ID)”
--marker <volume-backup>¶The last backup of the previous page (name or ID)
Volume version 2 only
--limit <num-backups>¶Maximum number of backups to display
Volume version 2 only
--all-projects¶Include all projects (admin only)
Restore volume backup
openstack volume backup restore
<backup>
<volume>
<backup>Backup to restore (name or ID)
<volume>Volume to restore to (name or ID)
Set volume backup properties
openstack volume backup set
[--name <name>]
[--description <description>]
[--state <state>]
<backup>
--name <name>¶New backup name
--description <description>¶New backup description
--state <state>¶New backup state (“available” or “error”) (admin only) (This option simply changes the state of the backup in the database with no regard to actual status, exercise caution when using)
<backup>Backup to modify (name or ID)
Display volume backup details
openstack volume backup show
<backup>
<backup>Backup to display (name or ID)
Except where otherwise noted, this document is licensed under Creative Commons Attribution 3.0 License. See all OpenStack Legal Documents.