-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Labels
enhancementNew feature or requestNew feature or request
Description
re: #22
To make a dump (make sure the donor smartbchd is stopped)
sudo tar --exclude=priv_validator_state.json --use-compress-program=pigz -cvf /tmp/smartbch.tar.gz -C data/smartbchd dataTo restore (make sure the recipient smartbchd is stopped and clean)
sudo tar --use-compress-program=pigz -xvf /tmp/smartbch.tar.gz -C data/smartbchd/Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request