Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: layout of directory tree #593

Merged
merged 1 commit into from
Nov 28, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
30 changes: 16 additions & 14 deletions docs/node/backup-restore.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
```

### 链

Expand Down