diff --git a/docs/node/backup-restore.md b/docs/node/backup-restore.md index 9fbcb6bcd..68c49f70d 100644 --- a/docs/node/backup-restore.md +++ b/docs/node/backup-restore.md @@ -19,20 +19,22 @@ For example if you run the node as the root user on Linux (`$HOME` = `/root`) th Let's explore the data that the node stores in this directory. - └── gear - └── chains - ├── dev - │   └── ... - ├── gear_staging_testnet_v7 - │ ├── db - │ │   └── full - │ ├── keystore - │ └── network - └── vara_network - ├── db - │   └── full - ├── keystore - └── network +``` +└── gear + └── chains + ├── dev + │   └── ... + ├── gear_staging_testnet_v7 + │ ├── db + │ │   └── full + │ ├── keystore + │ └── network + └── vara_network + ├── db + │   └── full + ├── keystore + └── network +``` ### Chains diff --git a/i18n/zh-cn/docusaurus-plugin-content-docs/current/node/backup-restore.md b/i18n/zh-cn/docusaurus-plugin-content-docs/current/node/backup-restore.md index 28a014f55..b9b2a3165 100644 --- a/i18n/zh-cn/docusaurus-plugin-content-docs/current/node/backup-restore.md +++ b/i18n/zh-cn/docusaurus-plugin-content-docs/current/node/backup-restore.md @@ -19,20 +19,22 @@ Gear 将节点数据存储在专用目录中。 让我们研究下节点存储在这个目录中的数据。 - └── gear - └── chains - ├── dev - │   └── ... - ├── gear_staging_testnet_v7 - │ ├── db - │ │   └── full - │ ├── keystore - │ └── network - └── vara_network - ├── db - │   └── full - ├── keystore - └── network +``` +└── gear + └── chains + ├── dev + │   └── ... + ├── gear_staging_testnet_v7 + │ ├── db + │ │   └── full + │ ├── keystore + │ └── network + └── vara_network + ├── db + │   └── full + ├── keystore + └── network +``` ### 链