#1179 Better GUI for Copy Process

This commit is contained in:
rootzoll 2020-06-17 22:33:45 +02:00
parent 6c3f53a73e
commit 7cf0c21280
2 changed files with 3 additions and 1 deletions

View File

@ -134,7 +134,7 @@ if [ "${CHOICE}" = "BLITZ" ]; then
echo "Instructions to COPY/TRANSFER SYNCED BLOCKCHAIN from another RaspiBlitz"
echo "********************************************************************************"
echo ""
echo "The other RaspiBlitz needs a minimum version of 1.5 (if lower, update first)."
echo "The other RaspiBlitz needs a minimum version of 1.6 (if lower, update first)."
echo "Make sure that the other RaspiBlitz is on the same local network."
echo ""
echo "Open a fresh terminal and login per SSH into that other RaspiBlitz."

View File

@ -89,6 +89,8 @@ copyHost()
return
fi
clear
echo
echo "# Starting copy over LAN (around 4 hours) ..."
sudo sshpass -p "${targetPassword}" rsync -avhW -e 'ssh -o StrictHostKeyChecking=no -p 22' --info=progress2 ./chainstate ./blocks bitcoin@${targetIP}:/mnt/hdd/bitcoin