Blockchain Snapshots

At Triton One we run all these blockchains on ZFS filesystem and do a ZFS snapshot to minimize the performance impact and avoid any downtime.

To restore a ZFS dataset from a snapshot you'd do something like:

    aria2c -c -s 16 -x 16 https://snapshots-dl.rpc-history.com/fantom/full-snapshot-20240826T220025486504.zfs.zst
    sudo zfs receive -F zfs-pool/my-dataset < full-snapshot-20240826T220025486504.zfs.zst
    rm {*.zfs,*.zst}