Scope & evidence

General comparison for virtual machines. Snapshot consistency, chain behaviour and retention limits are platform-specific.

Research-based; no hands-on test claim.

Identify what the recovery point depends on

Ask where the snapshot data and its parent disks live, which credentials control them and what happens if the datastore disappears. A point-in-time view can depend on the original disk chain. If the same failure destroys both, it does not provide the isolation needed for that scenario.

A backup should be evaluated by its recoverable data, retention, consistency and independence, not just by whether a product calls an operation backup. Some backup systems use snapshots as one step before copying data to a separate repository.

Use snapshots for a bounded purpose

A short-lived checkpoint can be useful around a supported change when the application and platform permit it. Define the reason, owner, expiry and expected rollback consequence. Application state, identity changes and external systems may make reverting inappropriate.

For example, reverting one application VM while leaving its external database at a later point can create inconsistent state. A snapshot of a running system may not provide application-consistent recovery without the relevant integration and support.

Manage capacity and deletion safely

Track snapshot age and storage growth using the hypervisor’s tools. Change rates and chain behaviour affect capacity consumption and performance. Plan supported consolidation or deletion with enough headroom and an appropriate window.

Never manually remove virtual disk or delta files because their names look old. They may be required by the current chain. If the platform reports consolidation errors or space exhaustion, preserve the state and follow the vendor’s recovery guidance.

Prove independent recovery

Use a backup restore exercise to show that the workload can be recovered without relying on the original VM or datastore. Confirm access to the repository and keys under the failure scenario, then validate the application in isolation.

Document which recovery job each mechanism serves: short-term change reversal, accidental deletion, storage failure or broader disaster. Keep retention and ownership explicit. A convenient rollback point and a disaster-recovery copy can both be useful, but they answer different questions.

References

Next useful steps

Read our editorial and corrections policy.