az backup restore files
Gives access to all files of a recovery point.
Commands
Name | Description | Type | Status |
---|---|---|---|
az backup restore files mount-rp |
Download a script which mounts files of a recovery point. |
Core | GA |
az backup restore files unmount-rp |
Close access to the recovery point. |
Core | GA |
az backup restore files mount-rp
Download a script which mounts files of a recovery point.
az backup restore files mount-rp [--container-name]
[--ids]
[--item-name]
[--resource-group]
[--rp-name]
[--subscription]
[--vault-name]
Examples
Download a script which mounts files of a recovery point. (autogenerated)
az backup restore files mount-rp --container-name MyContainer --item-name MyItem --resource-group MyResourceGroup --rp-name MyRp --vault-name MyVault
Optional Parameters
Name of the backup container. Accepts 'Name' or 'FriendlyName' from the output of az backup container list command. If 'FriendlyName' is passed then BackupManagementType is required.
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 backed up item.
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
Name of the recovery point.
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID
.
Name of the Recovery services vault.
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 backup restore files unmount-rp
Close access to the recovery point.
az backup restore files unmount-rp [--container-name]
[--ids]
[--item-name]
[--resource-group]
[--rp-name]
[--subscription]
[--vault-name]
Examples
Close access to the recovery point. (autogenerated)
az backup restore files unmount-rp --container-name MyContainer --item-name MyItem --resource-group MyResourceGroup --rp-name MyRp --vault-name MyVault
Optional Parameters
Name of the backup container. Accepts 'Name' or 'FriendlyName' from the output of az backup container list command. If 'FriendlyName' is passed then BackupManagementType is required.
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 backed up item.
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
Name of the recovery point.
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID
.
Name of the Recovery services vault.
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.