34812655a5
Cinder V2 API supports creating volume backup with "--incremental" option. However, OSC doesn't support this argument. So this patch adds the "--incremental" option to allow users to create incremental style backups. Change-Id: Iefac5f1a6c9ef006ad9c22d4250ae6df50504781 Closes-Bug: 1600196
1.9 KiB
1.9 KiB
backup
Block Storage v1, v2
backup create
Create new backup
backup create
os 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 to backup (name or ID)
backup delete
Delete backup(s)
backup delete
os backup delete
[--force]
<backup> [<backup> ...]
--force
Allow delete in state other than error or available
Volume version 2 only
Backup(s) to delete (name or ID)
backup list
List backups
backup list
os backup list
List additional fields in output
backup restore
Restore backup
backup restore
os backup restore
<backup>
<volume>
Backup to restore (name or ID)
<volume>
Volume to restore to (name or ID)
backup show
Display backup details
backup show
os backup show
<backup>
Backup to display (name or ID)