快照
创建快照
为快照创建文件夹
mkdir -p $HOME/snapshots/cantogit clone https://github.com/SiddarthVijay/cosmos-snapshots.git
cd cosmos-snapshots
git checkout patch/v1-canto创建新快照
./canto_snapshot.sh使用快照
使用快照
最后更新于
sudo systemctl stop cantod
cantod unsafe-reset-all
cd $HOME/.cantod
wget -O <snapshot_file>.tar <host_url>
tar -xvf <snapshot_file>.tar sudo systemctl start cantod
# Watch logs
journalctl -u cantod -f