We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 99190d5 commit 34c2a86Copy full SHA for 34c2a86
streamer/bin/meg_copy.sh
@@ -55,7 +55,7 @@ w_total=$( rsync -rpvn --update --rsh="/usr/bin/sshpass -p ${console_pass} ssh -
55
56
# perform the rsync and monitor the progress with a while loop: the progress is reported to STDOUT
57
w_done=0
58
-${mydir}/s-unbuffer rsync -rpv --update --rsh="/usr/bin/sshpass -p ${console_pass} ssh -x -T -c arcfour -o Compression=no -o StrictHostKeyChecking=no -l ${console_user}" \
+${mydir}/s-unbuffer rsync -rpv --update --rsh="/usr/bin/sshpass -p ${console_pass} ssh -x -T -c aes128-cbc -o Compression=no -o StrictHostKeyChecking=no -l ${console_user}" \
59
${console_dir}/ ${local_dir}/ | while read -r line; do
60
w_done=$(( $w_done + 1 ))
61
if [ $w_done -ge $w_total ]; then
0 commit comments