From a610cac9822648c5de7f5b89dc94bc50817e778e Mon Sep 17 00:00:00 2001 From: Roman Date: Sat, 14 Oct 2023 11:18:52 +0200 Subject: [PATCH] update the path for archive zfs recv --- docs/participate/run-nodes/archive-node.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/participate/run-nodes/archive-node.md b/docs/participate/run-nodes/archive-node.md index e7f58500ce..b2b4f23b81 100644 --- a/docs/participate/run-nodes/archive-node.md +++ b/docs/participate/run-nodes/archive-node.md @@ -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 --password -c https://archival-dump.ton.org/dumps/latest.zfs.lz | pv | plzip -d -n | zfs recv ton-pool/db +wget --user --password -c https://archival-dump.ton.org/dumps/latest.zfs.lz | pv | plzip -d -n | zfs recv data/ton-work/db ``` Size of the dump is __~1.5TB__, so it will take some time to download and restore it.