hypercore-one / deployment

GNU General Public License v3.0
1 stars 1 forks source link

Add support for local backup #14

Open 0x3639 opened 1 week ago

0x3639 commented 1 week ago

Add the ability to backup the blockchain locally with a --backup flag.

Can we specify height? In the past I've simply stopped go-zenon and copied the necessary files. Backup by height is a different story.

0x3639 commented 5 days ago

For this enhancement I'm thinking we: stop go-zenon create a directory called ~/znn.bak/{datetime} tar .znn and place it into the necessary folder start go-zenon