Archive tar details
| Network: | mainnet |
|---|---|
| HTTPS: | https://snapshots.tzinit.org/mainnet/archive.tar.lz4 |
| GCS: | gs://tf-snapshot-eu/mainnet/archive.tar.lz4 |
| Octez version: | f6062853 (2026-08-24 12:30:28 +0200) (Octez 25.2 (build: 0)) |
| Created: | Sat Sep 5 00:01:44 UTC 2026 |
Download the archive backup over HTTPS as follows:
wget https://snapshots.tzinit.org/mainnet/archive.tar.lz4
Download the archive backup over Google Cloud Storage as follows:
gcloud storage cp gs://tf-snapshot-eu/mainnet/archive.tar.lz4 .
Download and extract the tar ball in one go:
wget -O - https://snapshots.tzinit.org/mainnet/archive.tar.lz4 | \
lz4cat | tar xf -