Enable incremental backup for a backup schedule.
Operation description
Impact
Enabling incremental backup does not incur additional charges. However, incremental backup generates traffic and storage usage, which are billed at the same rates as full backup. You can use your free quota from either your backup schedule or your storage plan to offset these charges.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
dbs:EnableBackupLog |
update |
*BackupPlan
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| BackupPlanId |
string |
Yes |
Backup schedule ID. Call DescribeBackupPlanList to query it. |
dbstooi****** |
| ClientToken |
string |
No |
Any string. |
dbs |
| EnableMysqlPhysicalBackupBinlog |
string |
No |
true |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
|||
| HttpStatusCode |
integer |
HTTP status code. |
200 |
| RequestId |
string |
Request ID. |
D6E068C3-25BC-455A-85FE-45F0B22ECB1F |
| ErrCode |
string |
Error code. |
Param.NotFound |
| Success |
boolean |
Indicates whether the operation succeeded. Valid values:
|
true |
| ErrMessage |
string |
Error message. |
findValidDBSJob error |
| BackupPlanId |
string |
Backup schedule ID. |
dbstooi****** |
| NeedPrecheck |
boolean |
Indicates whether this change triggers a precheck. Valid values:
|
true |
Examples
Success response
JSON format
{
"HttpStatusCode": 200,
"RequestId": "D6E068C3-25BC-455A-85FE-45F0B22ECB1F",
"ErrCode": "Param.NotFound",
"Success": true,
"ErrMessage": "findValidDBSJob error",
"BackupPlanId": "dbstooi******",
"NeedPrecheck": true
}
Error codes
|
HTTP status code |
Error code |
Error message |
Description |
|---|---|---|---|
| 403 | Request.Forbidden | Have no Permissions |
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.