search
HomeOperation and MaintenanceLinux Operation and MaintenanceHow to retain disk data status at a certain point in time - snapshot

Based on the introduction, this article focuses on how to retain the disk data status at a certain point in time, focusing on the specific steps to create a snapshot.

Create a snapshot

Snapshots can retain the disk data status at a certain point in time and are often used for data backup and custom mirroring.

Usage scenarios

Creating a snapshot is an extremely important operation. In scenarios with operational risks, you can create snapshots in advance to back up data. For example, modifying key system files, migrating instances from a classic network to a private network VPC, daily data backup, preventing network attacks, replacing operating systems, providing data support for certain production environments, and other scenarios with operational risks.

Snapshots can also create custom images to quickly deploy application environments in a large number of ECS instances.

Notes

Description

Starting from March 28, 2017, ECS snapshots have been officially commercialized and included in charges For service and billing details, please refer to Snapshot Billing. For more information about snapshot charges, please refer to the Snapshot Commercialization FAQ.

Creating a snapshot may slightly reduce disk performance, and I/O performance may temporarily slow down. You need to avoid business peaks.

Snapshots will only back up data at a certain moment. During the creation of the snapshot, the incremental data generated by operating the disk will not be synchronized to the snapshot.

To ensure that the snapshot is created successfully, you cannot modify the status of the ECS instance, such as stopping or restarting the ECS instance, when creating the snapshot.

When creating a snapshot based on an instance, the instance must be running or stopped.

When creating a snapshot from a disk, the disk must be in use.

The snapshots you create will be retained forever. Please delete snapshots that are no longer needed regularly to avoid continuous deduction of snapshot capacity.

If you use a single disk with multiple partitions to create an extended volume, the created snapshot can roll back the disk normally.

After using multiple disks to create a dynamically extended volume, when there is no I/O operation on the data in the extended volume, the created snapshot can roll back the disk normally. If there are always I/O operations in the extended volume, the data integrity of the rolled-back disk cannot be guaranteed.

Operation steps

The steps to create a snapshot on the ECS management console are as follows:

Log in to the ECS management console.

Select a region.

In the left navigation bar, click Instances.

Find the instance that needs to create a snapshot and click Manage.

How to retain disk data status at a certain point in time - snapshot

Click the instance disk on the left, and then click Create Snapshot on the right of the corresponding disk. Only one disk can be selected at a time, and the disk attributes can be system disk or data disk.

How to retain disk data status at a certain point in time - snapshot

Enter the name of the snapshot and click OK.

How to retain disk data status at a certain point in time - snapshot

Click the snapshot of this instance on the left to view the snapshot tasks. You can see the snapshot progress, estimated time remaining, and snapshot status.

How to retain disk data status at a certain point in time - snapshot

You can also use the ECS API CreateSnapshot to create a snapshot.

Time required

The time required to create a snapshot mainly depends on the disk capacity.

According to the incremental principle of snapshots, the first snapshot of the disk is a full snapshot, which takes a long time. Creating a snapshot again takes a relatively short time, but it still depends on the amount of data changes between the previous snapshot. The bigger the change, the longer it takes.

Next step

After creating the snapshot, you can continue with the following operations:

Roll back the cloud disk

Create a cloud disk using a snapshot

Create a custom image using a snapshot

The above is the detailed content of How to retain disk data status at a certain point in time - snapshot. For more information, please follow other related articles on the PHP Chinese website!

Statement
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Linux Operations: Understanding the Core FunctionalityLinux Operations: Understanding the Core FunctionalityMay 03, 2025 am 12:09 AM

Linux is a Unix-based multi-user, multi-tasking operating system that emphasizes simplicity, modularity and openness. Its core functions include: file system: organized in a tree structure, supports multiple file systems such as ext4, XFS, Btrfs, and use df-T to view file system types. Process management: View the process through the ps command, manage the process using PID, involving priority settings and signal processing. Network configuration: Flexible setting of IP addresses and managing network services, and use sudoipaddradd to configure IP. These features are applied in real-life operations through basic commands and advanced script automation, improving efficiency and reducing errors.

Linux: Entering and Exiting Maintenance ModeLinux: Entering and Exiting Maintenance ModeMay 02, 2025 am 12:01 AM

The methods to enter Linux maintenance mode include: 1. Edit the GRUB configuration file, add "single" or "1" parameters and update the GRUB configuration; 2. Edit the startup parameters in the GRUB menu, add "single" or "1". Exit maintenance mode only requires restarting the system. With these steps, you can quickly enter maintenance mode when needed and exit safely, ensuring system stability and security.

Understanding Linux: The Core Components DefinedUnderstanding Linux: The Core Components DefinedMay 01, 2025 am 12:19 AM

The core components of Linux include kernel, shell, file system, process management and memory management. 1) Kernel management system resources, 2) shell provides user interaction interface, 3) file system supports multiple formats, 4) Process management is implemented through system calls such as fork, and 5) memory management uses virtual memory technology.

The Building Blocks of Linux: Key Components ExplainedThe Building Blocks of Linux: Key Components ExplainedApr 30, 2025 am 12:26 AM

The core components of the Linux system include the kernel, file system, and user space. 1. The kernel manages hardware resources and provides basic services. 2. The file system is responsible for data storage and organization. 3. Run user programs and services in the user space.

Using Maintenance Mode: Troubleshooting and Repairing LinuxUsing Maintenance Mode: Troubleshooting and Repairing LinuxApr 29, 2025 am 12:28 AM

Maintenance mode is a special operating level entered in Linux systems through single-user mode or rescue mode, and is used for system maintenance and repair. 1. Enter maintenance mode and use the command "sudosystemctlisolaterscue.target". 2. In maintenance mode, you can check and repair the file system and use the command "fsck/dev/sda1". 3. Advanced usage includes resetting the root user password, mounting the file system in read and write mode and editing the password file.

Linux Maintenance Mode: Understanding the PurposeLinux Maintenance Mode: Understanding the PurposeApr 28, 2025 am 12:01 AM

Maintenance mode is used for system maintenance and repair, allowing administrators to work in a simplified environment. 1. System Repair: Repair corrupt file system and boot loader. 2. Password reset: reset the root user password. 3. Package management: Install, update or delete software packages. By modifying the GRUB configuration or entering maintenance mode with specific keys, you can safely exit after performing maintenance tasks.

Linux Operations: Networking and Network ConfigurationLinux Operations: Networking and Network ConfigurationApr 27, 2025 am 12:09 AM

Linux network configuration can be completed through the following steps: 1. Configure the network interface, use the ip command to temporarily set or edit the configuration file persistence settings. 2. Set up a static IP, suitable for devices that require a fixed IP. 3. Manage the firewall and use the iptables or firewalld tools to control network traffic.

Maintenance Mode in Linux: A System Administrator's GuideMaintenance Mode in Linux: A System Administrator's GuideApr 26, 2025 am 12:20 AM

Maintenance mode plays a key role in Linux system management, helping to repair, upgrade and configuration changes. 1. Enter maintenance mode. You can select it through the GRUB menu or use the command "sudosystemctlisolaterscue.target". 2. In maintenance mode, you can perform file system repair and system update operations. 3. Advanced usage includes tasks such as resetting the root password. 4. Common errors such as not being able to enter maintenance mode or mount the file system, can be fixed by checking the GRUB configuration and using the fsck command.

See all articles

Hot AI Tools

Undresser.AI Undress

Undresser.AI Undress

AI-powered app for creating realistic nude photos

AI Clothes Remover

AI Clothes Remover

Online AI tool for removing clothes from photos.

Undress AI Tool

Undress AI Tool

Undress images for free

Clothoff.io

Clothoff.io

AI clothes remover

Video Face Swap

Video Face Swap

Swap faces in any video effortlessly with our completely free AI face swap tool!

Hot Tools

mPDF

mPDF

mPDF is a PHP library that can generate PDF files from UTF-8 encoded HTML. The original author, Ian Back, wrote mPDF to output PDF files "on the fly" from his website and handle different languages. It is slower than original scripts like HTML2FPDF and produces larger files when using Unicode fonts, but supports CSS styles etc. and has a lot of enhancements. Supports almost all languages, including RTL (Arabic and Hebrew) and CJK (Chinese, Japanese and Korean). Supports nested block-level elements (such as P, DIV),

Zend Studio 13.0.1

Zend Studio 13.0.1

Powerful PHP integrated development environment

SublimeText3 Mac version

SublimeText3 Mac version

God-level code editing software (SublimeText3)

SublimeText3 Linux new version

SublimeText3 Linux new version

SublimeText3 Linux latest version

PhpStorm Mac version

PhpStorm Mac version

The latest (2018.2.1) professional PHP integrated development tool