The Snapshot Backups function enables the Backup Admin to create immutable, time-bound copies of data structures. This process captures the precise state of files and databases at a designated instant, allowing for granular restoration without affecting live operations. By isolating specific moments in time, this integration ensures data integrity and supports rapid recovery scenarios where full backups are insufficient.
The system initiates a deep scan to identify all active data streams requiring immediate preservation.
A temporary immutable container is provisioned to store the exact state of files and databases at this instant.
Data blocks are encrypted and hashed before being written to ensure point-in-time integrity and security.
Initiate request via API with specified timestamp and data scope parameters
Provision isolated storage container to prevent interference with live data operations
Execute deep scan to map all active file systems and database tables
Write encrypted data blocks to the temporary container and verify checksums
Receives the initial request containing timestamp parameters and scope definitions for the snapshot operation.
Allocates dedicated storage resources to hold the transient data blocks generated during the capture phase.
Displays real-time progress metrics including completion percentage and estimated time remaining for the snapshot.