File tree Expand file tree Collapse file tree
content/docs/en/resources/archive Expand file tree Collapse file tree Original file line number Diff line number Diff 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```
7474Or for older backups with the tar.gz extention:
7575``` terminal
You can’t perform that action at this time.
0 commit comments