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"