Tzinit archive tar service

Archive tar details:

Network:       bakingnet
HTTPS:         https://snapshots.tzinit.org/bakingnet/archive.tar.lz4
GCS:           gs://tf-snapshot-eu/bakingnet/archive.tar.lz4
Creation Date: Fri Jul 24 00:01:33 UTC 2026
Octez version: 04d849eb (2026-07-20 18:47:47 +0000) (Octez 25.1 (build: 0))
      

Download the archive backup over HTTPS as follows:

wget https://snapshots.tzinit.org/bakingnet/archive.tar.lz4

Download the archive backup over Google Cloud Storage as follows:

gcloud storage cp gs://tf-snapshot-eu/bakingnet/archive.tar.lz4 .

Download and extract the tar ball in one go:

wget -O - https://snapshots.tzinit.org/bakingnet/archive.tar.lz4 | \
	lz4cat | tar xf -