Snapshots
Creating Snapshot
Create folder for snapshots
mkdir -p $HOME/snapshots/cantoClone github repo
git clone https://github.com/SiddarthVijay/cosmos-snapshots.git
cd cosmos-snapshots
git checkout patch/v1-cantoCreate new snapshot
./canto_snapshot.shAutomation
# start every day at 00:00
0 0 * * * /bin/bash -c '/root/canto_snapshot.sh'Consuming Snapshot
Use Snapshot
Restart Node
Last updated
