Block Storage v1, v2
Create new volume backup
os volume backup create
[--container <container>]
[--name <name>]
[--description <description>]
[--snapshot <snapshot>]
[--force]
[--incremental]
<volume>
Optional backup container name
Name of the backup
Description of the backup
Snapshot to backup (name or ID)
Volume version 2 only
Allow to back up an in-use volume
Volume version 2 only
Perform an incremental backup
Volume version 2 only
Volume to backup (name or ID)
Delete volume backup(s)
os volume backup delete
[--force]
<backup> [<backup> ...]
Allow delete in state other than error or available
Volume version 2 only
Backup(s) to delete (name or ID)
List volume backups
os volume backup list
List additional fields in output
Restore volume backup
os volume backup restore
<backup>
<volume>
Backup to restore (name or ID)
Volume to restore to (name or ID)
Set volume backup properties
os volume backup set
[--name <name>]
[--description <description>]
[--state <state>]
<backup>
New backup name
New backup description
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 to modify (name or ID)
Display volume backup details
os volume backup show
<backup>
Backup to display (name or ID)