> For the complete documentation index, see [llms.txt](https://utsa.gitbook.io/services/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://utsa.gitbook.io/services/other-projects/polkadot/snapshot.md).

# Snapshot

{% hint style="success" %}

### Snapshot Pruned

**every 24 hours** **| pruned | RocksDB**

🌐 [**https://share.utsa.tech/polkadot/**](https://share.utsa.tech/polkadot/)
{% endhint %}

```shell
docker stop polkadot_node
docker rm polkadot_node

rm -r $HOME/.polkadot/chains/polkadot/db/

curl -o - -L https://share.utsa.tech/polkadot/polkadot_pruned.tar.lz4 | lz4 -c -d - | tar -x -C $HOME/.polkadot/chains/polkadot/

# we launch as usual
```

{% hint style="success" %}

### Snapshot KAGOM

**every 7 days** **| --blocks-pruning 4096 | KAGOM**

🌐 **<http://205.209.107.2:8000>**
{% endhint %}

```shell
curl -o - -L http://205.209.107.2:8000/polkadot/polkadot_kagom_pruned.tar.lz4 | lz4 -c -d - | tar -x -C $HOME/.polkadot/chains/polkadot/
```
