Recommendations for ACD->GSuite/Other transfers

debian, and i am using nload to monitor the speeds. This is thru the google server with odrive and I am running the following command:

exec 6>&1;num_procs=20;output=“go”; while [ “$output” ]; do output=$(find “/mnt/data-disk/odrive/Amazon Cloud Drive” -name “.cloudf" -print0 | xargs -0 -n 1 -P $num_procs “$HOME/.odrive-agent/bin/odrive.py” sync | tee /dev/fd/6); done && exec 6>&1;num_procs=20;output=“go”; while [ “$output” ]; do output=$(find “/mnt/data-disk/odrive/Amazon Cloud Drive” -name ".cloud” -print0 | xargs -0 -n 1 -P $num_procs “$HOME/.odrive-agent/bin/odrive.py” sync | tee /dev/fd/6); done