mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-09-19 12:10:33 +02:00
#397 rsync total progress
This commit is contained in:
@@ -68,8 +68,8 @@ echo "COPY, PASTE & EXECUTE the following command on the blockchain source compu
|
|||||||
if [ "${CHOICE}" = "WINDOWS" ]; then
|
if [ "${CHOICE}" = "WINDOWS" ]; then
|
||||||
echo "sudo scp -r ./chainstate ./indexes ./blocks bitcoin@${localip}:/mnt/hdd/bitcoin"
|
echo "sudo scp -r ./chainstate ./indexes ./blocks bitcoin@${localip}:/mnt/hdd/bitcoin"
|
||||||
else
|
else
|
||||||
echo "sudo rsync -avhW --progress ./chainstate ./indexes ./blocks bitcoin@${localip}:/mnt/hdd/bitcoin"
|
echo "sudo rsync -avhW --info=progress2 ./chainstate ./indexes ./blocks bitcoin@${localip}:/mnt/hdd/bitcoin"
|
||||||
fi
|
fi
|
||||||
echo ""
|
echo ""
|
||||||
echo "This command may ask you first about the admin password of the other computer (because sudo)."
|
echo "This command may ask you first about the admin password of the other computer (because sudo)."
|
||||||
echo "Then it will ask for your SSH PASSWORD A from this RaspiBlitz."
|
echo "Then it will ask for your SSH PASSWORD A from this RaspiBlitz."
|
||||||
|
Reference in New Issue
Block a user