Tzinit archive tar service

Archive tar details:


Network:       shadownet
HTTPS:         https://snapshots.tzinit.org/shadownet/archive.tar.lz4
GCS:           gs://tf-snapshot-eu/shadownet/archive.tar.lz4
Creation Date: Fri Apr 24 00:01:35 UTC 2026
Octez version: 33545a33 (2026-04-17 08:08:49 +0000) (Octez 24.4 (build: 0))
      

Download the archive backup over HTTPS as follows:

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

Download the archive backup over Google Cloud Storage as follows:

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

Download and extract the tar ball in one go:

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