Skip to content

Commit

Permalink
update the path for archive zfs recv
Browse files Browse the repository at this point in the history
  • Loading branch information
SwiftAdviser committed Oct 14, 2023
1 parent fd45108 commit a610cac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/participate/run-nodes/archive-node.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ mv /var/ton-work /var/ton-work.bak
4. Here is an example command to download & restore the dump from the ton.org server:

```shell
wget --user <usr> --password <pwd> -c https://archival-dump.ton.org/dumps/latest.zfs.lz | pv | plzip -d -n <cores> | zfs recv ton-pool/db
wget --user <usr> --password <pwd> -c https://archival-dump.ton.org/dumps/latest.zfs.lz | pv | plzip -d -n <cores> | zfs recv data/ton-work/db
```

Size of the dump is __~1.5TB__, so it will take some time to download and restore it.
Expand Down

0 comments on commit a610cac

Please sign in to comment.