Disk snapshots
In Nebius Israel, a disk snapshot is a copy of the disk file system made at a certain point in time.
You can use disk snapshots for various purposes, such as:
- Migrating data from one disk to another, for example, to a disk in a different availability zone.
- Creating a disk backup before performing operations that may damage your data.
- Performing disk versioning by creating snapshots on a regular basis.
Note
If you need to create multiple disks with the same content, you can use images. Creating disks from images is faster than doing so from snapshots.
A disk snapshot only contains the data that had already been written to the disk when the snapshot was created. If the disk is attached to a running VM, the OS and app cache will not be included in the snapshot. For more information about preparing a VM for disk snapshot creation and ensuring the integrity of the snapshot data, see this guide.
You can create disk snapshots both manually and automatically, based on a schedule.
A single snapshot can only be created for one disk at a time.
You can create snapshots of network drives, such as HDDs, SSDs, non-replicated SSDs, and high-performance SSDs. While taking a snapshot, high-performance and non-replicated SSDs are not available for writes.
You cannot recover a boot disk of an existing VM from a snapshot or image. However, you can create a new VM to recover a boot disk from a snapshot.
Disk snapshot as a Nebius Israel resource
A disk snapshot is a resource, just like a disk itself. Snapshots are stored in a folder. Access rights to a snapshot are inherited from those to the folder.
A snapshot takes some space in the storage and is kept for an indefinite period of time. Snapshot storage is charged separately. To avoid unnecessary costs, delete unused snapshots. For more information, see Pricing for Compute Cloud.
Snapshot information contains the ID of the disk from which the snapshot was created. The license IDs (product_ids
) used to calculate the disk use cost are also inherited from the source.
Reliable and secure snapshot storage
Snapshots are stored in Managed Service for YDB, replicated in multiple availability zones, and encrypted at the database level.
The checksum is stored for blocks in the snapshot. This checksum is checked when creating a disk from a snapshot.
To test disk recovery from a snapshot, create a VM with a snapshot disk and check the integrity of your data.