Long Term Retention Backups - Copy By Resource Group
Copy an existing long term retention backup to a different server.
POST https://management.azure.com/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/locations/{locationName}/longTermRetentionServers/{longTermRetentionServerName}/longTermRetentionDatabases/{longTermRetentionDatabaseName}/longTermRetentionBackups/{backupName}/copy?api-version=2021-11-01
URI Parameters
Name | In | Required | Type | Description |
---|---|---|---|---|
backup
|
path | True |
string |
The backup name. |
location
|
path | True |
string |
The location of the database. |
long
|
path | True |
string |
The name of the database |
long
|
path | True |
string |
The name of the server |
resource
|
path | True |
string |
The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal. |
subscription
|
path | True |
string |
The subscription ID that identifies an Azure subscription. |
api-version
|
query | True |
string |
The API version to use for the request. |
Request Body
Name | Type | Description |
---|---|---|
properties.targetBackupStorageRedundancy |
The storage redundancy type of the copied backup |
|
properties.targetDatabaseName |
string |
The name of the database owns the copied backup. |
properties.targetResourceGroup |
string |
The resource group that owns the target server |
properties.targetServerFullyQualifiedDomainName |
string |
The fully qualified domain name of the target server |
properties.targetServerResourceId |
string |
The resource Id of the target server that owns the database |
properties.targetSubscriptionId |
string |
The subscription that owns the target server |
Responses
Name | Type | Description |
---|---|---|
200 OK |
Successfully Copied the backup. |
|
202 Accepted |
Copying the backup is in progress. |
|
Other Status Codes |
*** Error Responses: ***
|
Examples
Copy the long term retention backup.
Sample request
POST https://management.azure.com/subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/testResourceGroup/providers/Microsoft.Sql/locations/japaneast/longTermRetentionServers/testserver/longTermRetentionDatabases/testDatabase/longTermRetentionBackups/55555555-6666-7777-8888-999999999999;131637960820000000/copy?api-version=2021-11-01
{
"properties": {
"targetServerResourceId": "/subscriptions/00000000-1111-2222-3333-444444444444/providers/Microsoft.Sql/resourceGroups/resourceGroup/servers/testserver2",
"targetDatabaseName": "testDatabase2",
"targetBackupStorageRedundancy": "Geo"
}
}
Sample response
{
"id": "/subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/testResourceGroup/providers/Microsoft.Sql/locations/japanEast/longTermRetentionBackupOperationResults/a1aa7c77-961b-4fbb-bcd6-aa9acfcd1706",
"name": "a1aa7c77-961b-4fbb-bcd6-aa9acfcd1706",
"type": "Microsoft.Sql/locations/longTermRetentionBackupOperationResults",
"properties": {
"requestId": "a1aa7c77-961b-4fbb-bcd6-aa9acfcd1706",
"fromBackupResourceId": "/subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/testResourceGroup/providers/Microsoft.Sql/locations/japanEast/longTermRetentionServers/testserver/longterRetentionDatabases/testDatabase/longTermRetentionBackups/55555555-6666-7777-8888-999999999999;131637960820000000",
"operationType": "CopyBackup",
"status": "Succeeded",
"toBackupResourceId": "/subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/resourceGroup/providers/Microsoft.Sql/locations/japanEast/longTermRetentionServers/testserver2/longterRetentionDatabases/testDatabase2/longTermRetentionBackups/55555555-6666-7777-8888-111111111111;131637960820000000",
"targetBackupStorageRedundancy": "Geo"
}
}
Definitions
Name | Description |
---|---|
Backup |
The storage redundancy type of the copied backup |
Copy |
Contains the information necessary to perform long term retention backup copy operation. |
Long |
A LongTermRetentionBackup operation result resource. |
BackupStorageRedundancy
The storage redundancy type of the copied backup
Name | Type | Description |
---|---|---|
Geo |
string |
|
GeoZone |
string |
|
Local |
string |
|
Zone |
string |
CopyLongTermRetentionBackupParameters
Contains the information necessary to perform long term retention backup copy operation.
Name | Type | Description |
---|---|---|
properties.targetBackupStorageRedundancy |
The storage redundancy type of the copied backup |
|
properties.targetDatabaseName |
string |
The name of the database owns the copied backup. |
properties.targetResourceGroup |
string |
The resource group that owns the target server |
properties.targetServerFullyQualifiedDomainName |
string |
The fully qualified domain name of the target server |
properties.targetServerResourceId |
string |
The resource Id of the target server that owns the database |
properties.targetSubscriptionId |
string |
The subscription that owns the target server |
LongTermRetentionBackupOperationResult
A LongTermRetentionBackup operation result resource.
Name | Type | Description |
---|---|---|
id |
string |
Resource ID. |
name |
string |
Resource name. |
properties.fromBackupResourceId |
string |
Source backup resource id |
properties.message |
string |
Progress message |
properties.operationType |
string |
Operation type. |
properties.requestId |
string |
Request Id. |
properties.status |
string |
Operation status |
properties.targetBackupStorageRedundancy |
The storage redundancy type of the copied backup |
|
properties.toBackupResourceId |
string |
Target backup resource id |
type |
string |
Resource type. |