az mysql flexible-server backup

Manage flexible server backups.

Commands

Name Description Type Status
az mysql flexible-server backup create

Create a backup for a given server with specified backup name.

Core GA
az mysql flexible-server backup list

List all the backups for a given server.

Core GA
az mysql flexible-server backup show

Show the details of a specific backup for a given server.

Core GA

az mysql flexible-server backup create

Create a backup for a given server with specified backup name.

az mysql flexible-server backup create --backup-name
                                       --name
                                       --resource-group

Examples

Create a backup for 'testsvr' with backup name 'testbackup'.

az mysql flexible-server backup create -g testgroup -n testsvr --backup-name testbackup

Required Parameters

--backup-name -b

The name of the new backup.

--name -n

Name of the server. The name can contain only lowercase letters, numbers, and the hyphen (-) character. Minimum 3 characters and maximum 63 characters.

--resource-group -g

Name of resource group. You can configure the default group using az configure --defaults group=<name>.

Global Parameters
--debug

Increase logging verbosity to show all debug logs.

--help -h

Show this help message and exit.

--only-show-errors

Only show errors, suppressing warnings.

--output -o

Output format.

accepted values: json, jsonc, none, table, tsv, yaml, yamlc
default value: json
--query

JMESPath query string. See http://jmespath.org/ for more information and examples.

--subscription

Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID.

--verbose

Increase logging verbosity. Use --debug for full debug logs.

az mysql flexible-server backup list

List all the backups for a given server.

az mysql flexible-server backup list --name
                                     --resource-group

Examples

List all backups for 'testsvr'.

az mysql flexible-server backup list -g testgroup -n testsvr

Required Parameters

--name -n

Name of the server. The name can contain only lowercase letters, numbers, and the hyphen (-) character. Minimum 3 characters and maximum 63 characters.

--resource-group -g

Name of resource group. You can configure the default group using az configure --defaults group=<name>.

Global Parameters
--debug

Increase logging verbosity to show all debug logs.

--help -h

Show this help message and exit.

--only-show-errors

Only show errors, suppressing warnings.

--output -o

Output format.

accepted values: json, jsonc, none, table, tsv, yaml, yamlc
default value: json
--query

JMESPath query string. See http://jmespath.org/ for more information and examples.

--subscription

Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID.

--verbose

Increase logging verbosity. Use --debug for full debug logs.

az mysql flexible-server backup show

Show the details of a specific backup for a given server.

az mysql flexible-server backup show [--backup-name]
                                     [--ids]
                                     [--name]
                                     [--resource-group]
                                     [--subscription]

Examples

Show the details of backup 'testbackup' for 'testsvr'.

az mysql flexible-server backup show -g testgroup -n testsvr --backup-name testbackup

Optional Parameters

--backup-name -b

The name of the backup.

--ids

One or more resource IDs (space-delimited). It should be a complete resource ID containing all information of 'Resource Id' arguments. You should provide either --ids or other 'Resource Id' arguments.

--name -n

Name of the server. The name can contain only lowercase letters, numbers, and the hyphen (-) character. Minimum 3 characters and maximum 63 characters.

--resource-group -g

Name of resource group. You can configure the default group using az configure --defaults group=<name>.

--subscription

Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID.

Global Parameters
--debug

Increase logging verbosity to show all debug logs.

--help -h

Show this help message and exit.

--only-show-errors

Only show errors, suppressing warnings.

--output -o

Output format.

accepted values: json, jsonc, none, table, tsv, yaml, yamlc
default value: json
--query

JMESPath query string. See http://jmespath.org/ for more information and examples.

--subscription

Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID.

--verbose

Increase logging verbosity. Use --debug for full debug logs.