From d96693a4374b0beea384cc0972766494dfea10d8 Mon Sep 17 00:00:00 2001 From: JEREMY <31783075+originaljeremy@users.noreply.github.com> Date: Fri, 7 May 2021 07:07:48 +0100 Subject: [PATCH] Update lnd.rescue.sh added instructions to check bytesize with stat since scp rounds file size on download and can be confusing --- home.admin/config.scripts/lnd.rescue.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/home.admin/config.scripts/lnd.rescue.sh b/home.admin/config.scripts/lnd.rescue.sh index 772131fd3..6e861e111 100755 --- a/home.admin/config.scripts/lnd.rescue.sh +++ b/home.admin/config.scripts/lnd.rescue.sh @@ -80,6 +80,10 @@ if [ ${mode} = "backup" ]; then echo "scp -r admin@${localip}:/home/admin/lnd-rescue-*.tar.gz ." echo "" 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 echo "BEWARE: Your Lightning node is now stopped. It's safe to backup the data and"