Red Hat Training

A Red Hat training course is available for Red Hat OpenStack Platform

2.308. openstack server backup create

usage: openstack server backup create [-h] [-f {json,shell,table,value,yaml}]
                                      [-c COLUMN] [--max-width <integer>]
                                      [--noindent] [--prefix PREFIX]
                                      [--name <image-name>]
                                      [--type <backup-type>]
                                      [--rotate <count>] [--wait]
                                      <server>
Create a server backup image

Positional arguments

<server>


        Server to back up (name or ID)

Optional arguments

-h, --help


        show this help message and exit

--name <image-name>


        Name of the backup image (default: server name)

--type <backup-type>


        Used to populate the backup_type property of the
      backup image (default: empty)

--rotate <count>


        Number of backups to keep (default: 1)

--wait


        Wait for backup image create to complete