Home > Article > Operation and Maintenance > How to create or modify an automatic snapshot policy on the ECS management console
The content of this article is about how to create or modify the automatic snapshot policy on the ECS management console. It has certain reference value. Friends in need can refer to it. I hope it will be helpful to you.
Create or modify an automatic snapshot policy
Snapshots can retain the disk data status at a certain point in time for data backup or custom mirroring.
Note
Starting from March 28, 2017, the snapshot service will start charging. For more information about snapshot charges, please see Snapshot Commercialization FAQ.
When setting the automatic snapshot creation time and repeat date, you should try to avoid business peaks, because creating a snapshot may slightly reduce the performance of the disk and cause a brief moment of slowdown.
An account can create up to 100 automatic snapshot policies in one region.
Prerequisite
If you want to modify the automatic snapshot policy, you must first create an automatic snapshot policy.
Operation steps
Follow the following steps to create or modify an automatic snapshot policy:
Log in to the ECS management console.
In the left navigation bar, select Snapshots and Mirroring > Automatic Snapshot Policy.
On the Automatic Snapshot Policy page:
If you want to create a policy: Click Create Policy in the upper right corner.
If you want to modify the policy: Find the policy that needs to be modified, in the Operation column, click Modify Policy.
In the Create Policy or Modify Policy dialog box, define the automatic snapshot policy:
Specify the legal policy name according to the interface prompts.
Select creation time: select a fixed time every day to create automatic snapshots. A total of 24 hours are available from 00:00 to 23:00 every day, and you can select multiple times.
Select the weekly recurring date: select the date to create a snapshot every week, Monday to Sunday are optional, multiple selections are possible.
Select the retention time of automatic snapshots: the default retention time is 30 days, you can set the retention time yourself, 1~65536 is optional. You can also choose to persist automatic snapshots.
Note
After the number of snapshots reaches the upper limit of the snapshot quota, the system will automatically delete the oldest automatic snapshot created, and manual snapshots will not be affected.
Click to confirm.
Follow-up operations
You can set an automatic snapshot policy for the disk.
Related API
CreateAutoSnapshotPolicy: Create an automatic snapshot policy
DescribeAutoSnapshotPolicyEx: Query the automatic snapshot policy
ModifyAutoSnapshotPolicyEx: Modify automatic snapshot policy
The above is the detailed content of How to create or modify an automatic snapshot policy on the ECS management console. For more information, please follow other related articles on the PHP Chinese website!