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:
JEREMY 2021-05-07 07:07:48 +01:00 committed by GitHub
parent be19c565cb
commit d96693a437
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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"