Skip to content

Commit

Permalink
fix: layout of directory tree
Browse files Browse the repository at this point in the history
  • Loading branch information
shamilsan committed Nov 28, 2023
1 parent 9d79e23 commit e0a7fe9
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 28 deletions.
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

0 comments on commit e0a7fe9

Please sign in to comment.