Skip to content

Commit cf6e07e

Browse files
committed
chore(archive): Update documents for extracting archives
hirosystems/devops#2014
1 parent fb939f5 commit cf6e07e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

content/docs/en/resources/archive/download-guide.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,10 +66,10 @@ Google Cloud CLI provides the fastest download speeds with parallel transfers. F
6666
$ gcloud storage cp gs://archive.hiro.so/mainnet/stacks-blockchain/mainnet-stacks-blockchain-latest.tar.zst .
6767
```
6868

69-
#### OR stream directly to extraction (saves disk space but slower due to sequential download)
69+
#### OR stream directly to extraction (saves disk space but slower due to sequential download, zst extension requires zstd installed)
7070

7171
```terminal
72-
$ gcloud storage cp gs://archive.hiro.so/mainnet/stacks-blockchain/mainnet-stacks-blockchain-latest.tar.gz - | tar -I zstd -xv
72+
$ gcloud storage cp gs://archive.hiro.so/mainnet/stacks-blockchain/mainnet-stacks-blockchain-latest.tar.zst - | tar -I zstd -xv
7373
```
7474
Or for older backups with the tar.gz extention:
7575
```terminal

0 commit comments

Comments
 (0)