#1179 try total progress

This commit is contained in:
rootzoll 2020-06-17 22:28:57 +02:00
parent 4649b8cef9
commit 6c3f53a73e

View File

@ -90,7 +90,7 @@ copyHost()
fi
echo "# Starting copy over LAN (around 4 hours) ..."
sudo sshpass -p "${targetPassword}" rsync -avhW -e 'ssh -o StrictHostKeyChecking=no -p 22' --progress2 ./chainstate ./blocks bitcoin@${targetIP}:/mnt/hdd/bitcoin
sudo sshpass -p "${targetPassword}" rsync -avhW -e 'ssh -o StrictHostKeyChecking=no -p 22' --info=progress2 ./chainstate ./blocks bitcoin@${targetIP}:/mnt/hdd/bitcoin
echo "# start servives again ..."
sudo systemctl enable ${network}d