From 6dab030799c4c674d6ac01e5ba27a00b809cf9cd Mon Sep 17 00:00:00 2001 From: geco91 Date: Fri, 30 Oct 2020 12:26:20 +0100 Subject: [PATCH] #1714 add scp command for windows (#1731) --- home.admin/config.scripts/lnd.rescue.sh | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/home.admin/config.scripts/lnd.rescue.sh b/home.admin/config.scripts/lnd.rescue.sh index 7207b4d1c..0243be5a0 100755 --- a/home.admin/config.scripts/lnd.rescue.sh +++ b/home.admin/config.scripts/lnd.rescue.sh @@ -74,16 +74,17 @@ if [ ${mode} = "backup" ]; then echo "* DOWNLOAD THE RESCUE FILE *" echo "****************************" echo - echo "ON YOUR LAPTOP - RUN IN NEW TERMINAL:" + echo "ON YOUR MAC & LINUX LAPTOP - RUN IN NEW TERMINAL:" echo "scp -r 'admin@${localip}:/home/admin/lnd-rescue-*.tar.gz' ./" + echo "ON WINDOWS USE:" + echo "scp -r admin@${localip}:/home/admin/lnd-rescue-*.tar.gz ./" echo "" echo "Use password A to authenticate file transfer." 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" echo "restore it on a fresh RaspiBlitz. But once this Lightning node gets started" - echo "again or rebooted its not adviced to restore the backup file anymore because" - echo "it cointains then outdated channel data & can lead to loss of channel funds." + echo "again or rebooted its not adviced to restore the backup file anymore." elif [ ${mode} = "restore" ]; then