mirror of
https://github.com/rootzoll/raspiblitz.git
synced 2025-02-26 07:24:40 +01:00
Update lnd.rescue.sh
added instructions to check bytesize with stat since scp rounds file size on download and can be confusing
This commit is contained in:
parent
be19c565cb
commit
d96693a437
1 changed files with 4 additions and 0 deletions
|
@ -80,6 +80,10 @@ if [ ${mode} = "backup" ]; then
|
||||||
echo "scp -r admin@${localip}:/home/admin/lnd-rescue-*.tar.gz ."
|
echo "scp -r admin@${localip}:/home/admin/lnd-rescue-*.tar.gz ."
|
||||||
echo ""
|
echo ""
|
||||||
echo "Use password A to authenticate file transfer."
|
echo "Use password A to authenticate file transfer."
|
||||||
|
echo
|
||||||
|
echo "Type the following command into the new terminal:"
|
||||||
|
echo "stat lnd-rescue-*.tar.gz"
|
||||||
|
echo
|
||||||
echo "Check for correct file size after transfer: ${byteSize} byte"
|
echo "Check for correct file size after transfer: ${byteSize} byte"
|
||||||
echo
|
echo
|
||||||
echo "BEWARE: Your Lightning node is now stopped. It's safe to backup the data and"
|
echo "BEWARE: Your Lightning node is now stopped. It's safe to backup the data and"
|
||||||
|
|
Loading…
Add table
Reference in a new issue