scp upload command

This commit is contained in:
Christian Rotzoll 2019-03-17 00:26:09 +01:00
parent cd612ae555
commit cfd6b5d359

View File

@ -74,7 +74,7 @@ elif [ ${mode} = "restore" ]; then
echo "To make upload open a new terminal on your laptop,"
echo "change into the directory where your lnd-rescue file is and"
echo "COPY, PASTE AND EXECUTE THE FOLLOWING COMMAND:"
echo "scp -r admin@${localip}:/home/admin/lnd-rescue-*.tar.gz ./"
echo "scp -r ./lnd-rescue-*.tar.gz admin@${localip}:/home/admin/"
echo ""
echo "Use password A to authenticate file transfere."
echo