mirror of
https://github.com/rootzoll/raspiblitz.git
synced 2025-02-24 22:58:43 +01:00
#1978 changed SCP instructions for Windows
This commit is contained in:
parent
7faa41075b
commit
261b0e465e
2 changed files with 2 additions and 2 deletions
|
@ -33,7 +33,7 @@ source <(/home/admin/config.scripts/internet.sh status local)
|
|||
|
||||
# SCP download and upload links
|
||||
scpDownloadUnix="scp -r 'bitcoin@${localip}:${defaultZipPath}/raspiblitz-*.tar.gz' ./"
|
||||
scpDownloadWin="scp -r bitcoin@${localip}:${defaultZipPath}/raspiblitz-*.tar.gz ./"
|
||||
scpDownloadWin="scp -r bitcoin@${localip}:${defaultZipPath}/raspiblitz-*.tar.gz ."
|
||||
scpUploadUnix="scp -r ./raspiblitz-*.tar.gz bitcoin@${localip}:${defaultZipPath}"
|
||||
scpUploadWin="scp -r ./raspiblitz-*.tar.gz bitcoin@${localip}:${defaultZipPath}"
|
||||
|
||||
|
|
|
@ -77,7 +77,7 @@ if [ ${mode} = "backup" ]; then
|
|||
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 "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"
|
||||
|
|
Loading…
Add table
Reference in a new issue