Backup
Learn how to create and manage backups of your Blocklet data within DID Spaces using the DID Spaces SDK. This section provides an overview of the backup functionalities available.
For detailed instructions on backing up Blocklet applications, refer to the Blocklet section.
Overview#
The DID Spaces SDK allows you to back up your Blocklet application data to your DID Space, ensuring data persistence and recoverability. This includes both full and incremental backup operations.
This diagram illustrates the process: your Blocklet interacts with the DID Spaces SDK, which then performs backup operations to your DID Space, storing data in designated backup storage. Both full and incremental backup options are available for efficient data management.
Available Backup Commands#
The DID Spaces SDK provides the following commands for managing backups:
Command | Description |
---|---|
| Perform full or incremental backups of your Blocklet data. |
| Initiate an application backup process. |
| Update the status of an application backup. |
Each of these commands offers specific functionalities for different backup scenarios. You can use them to ensure your Blocklet data is securely stored and can be restored when needed.
Now that you have an overview of the backup capabilities, proceed to the Blocklet section for a comprehensive guide on performing Blocklet backups.