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
[--parameters]
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
The name of the new backup.
Name of the server. The name can contain only lowercase letters, numbers, and the hyphen (-) character. Minimum 3 characters and maximum 63 characters.
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
Optional Parameters
The required parameters for creating and exporting backup of the given server. Is either a ServerBackupV2 type or a IO[bytes] type. Default value is None.
Global Parameters
Increase logging verbosity to show all debug logs.
Show this help message and exit.
Only show errors, suppressing warnings.
Output format.
JMESPath query string. See http://jmespath.org/ for more information and examples.
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID
.
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 of the server. The name can contain only lowercase letters, numbers, and the hyphen (-) character. Minimum 3 characters and maximum 63 characters.
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
Global Parameters
Increase logging verbosity to show all debug logs.
Show this help message and exit.
Only show errors, suppressing warnings.
Output format.
JMESPath query string. See http://jmespath.org/ for more information and examples.
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID
.
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
The name of the backup.
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 of the server. The name can contain only lowercase letters, numbers, and the hyphen (-) character. Minimum 3 characters and maximum 63 characters.
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID
.
Global Parameters
Increase logging verbosity to show all debug logs.
Show this help message and exit.
Only show errors, suppressing warnings.
Output format.
JMESPath query string. See http://jmespath.org/ for more information and examples.
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID
.
Increase logging verbosity. Use --debug for full debug logs.