bittorrent / BTIPs

The BTFS Improvement Proposal repository
18 stars 7 forks source link

[feature][BTIP-30]: Simplify Backup and Recovery of BTFS Data #30

Open Shawn-Huang-Tron opened 1 year ago

Shawn-Huang-Tron commented 1 year ago

As a miner, we hope that some commands can help us to back up our node's data and recover it in another machine easily, such as:

btfs backup -o ~/myfile.tar
btfs recovery  -r ~/myfile.tar -p ~/.btfs

The docs about this BTIP is in: BTIP-30

simbadMarino commented 1 year ago

This would be a great improvement!