Used to check for browser translation.
用于检测浏览器翻译。
ブラウザの翻訳を検出する
Commands Reference

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.

Stores Data

Initiates

Reduces transfer time

Your Blocklet

DID Spaces SDK

DID Space

Backup Storage

Backup Commands

Full Backup

Incremental Backup

Efficient Data Management


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

backup.blocklet

Perform full or incremental backups of your Blocklet data.

backup.postAppBackup

Initiate an application backup process.

backup.putAppBackup

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.