Managing Snapshot(s)
A Snapshot captures the state of the data in a source Volume at a specific moment. It is used for backups or for restoring data later.
size ของ Snapshot จะคำนวนจากการเปลี่ยนของข้อมูลเมื่อเทียบกับ Snapshot ก่อนหน้าของ Volume เดียวกัน ซึ่งอาจจะทำให้เกิดเหตุการณ์ที่ทำให้ Snapshot มีขนาดใหญ่กว่า Volume ได้
เช่น
The size of a snapshot is calculated based on the data that has changed since the previous snapshot of the same Volume. This can sometimes lead to a situation where a snapshot is larger than the Volume itself. For example:
The first snapshot of a 100 GB Volume containing 40 GB of data will result in a 40 GB snapshot.
Later, the data on the 100 GB Volume changes: 30 GB of the original data is deleted, and 80 GB of new data is written.
The next snapshot, taken when the 100 GB Volume now contains 90 GB of data, will result in a snapshot size of 110 GB. This is calculated from the two changes combined:
30 GB from the data that was deleted.
80 GB from the data that was added.
Instructions
1. Log in to the project
Select a project from the projects management page to enter its detail page.

2. Go to the Snapshots page
In the sidebar menu, click BLOCK STORAGE > Snapshots.

3. Snapshot Management
You can manage Snapshots in the following ways:
Delete a Snapshot

Last updated
Was this helpful?