I did not post the normal stuff here are this is a General question.
Say you have a bunch of Drives with a common folder on each.
Now each drive "may" have folders/files which are exactly the the same.
From my understanding when you do the move command rclone first compares the source and destination then starts its move process.
So in my example commands below if I execute each command line in a different window it will start the move process. The question I have is whether this can cause an issue with file collisions since I am running all the commands simultaneously and not in sequence
Here would be the example command lines run all in different windows
rclone -vP --transfers=40 --include=*.{mkv,mp4,m2ts,avi,m4v,mpeg,MKV,MP4,ts} move Drive1:/TV.SS/ TV-Master:/00.SS/ --drive-use-trash=false
rclone -vP --transfers=40 --include=*.{mkv,mp4,m2ts,avi,m4v,mpeg,MKV,MP4,ts} move Drive2:/TV.SS/ TV-Master:/00.SS/ --drive-use-trash=false
rclone -vP --transfers=40 --include=*.{mkv,mp4,m2ts,avi,m4v,mpeg,MKV,MP4,ts} move Drive3:/TV.SS/ TV-Master:/00.SS/ --drive-use-trash=false
rclone -vP --transfers=40 --include=*.{mkv,mp4,m2ts,avi,m4v,mpeg,MKV,MP4,ts} move Drive4:/TV.SS/ TV-Master:/00.SS/ --drive-use-trash=false
rclone -vP --transfers=40 --include=*.{mkv,mp4,m2ts,avi,m4v,mpeg,MKV,MP4,ts} move Drive5:/TV.SS/ TV-Master:/00.SS/ --drive-use-trash=false
rclone -vP --transfers=40 --include=*.{mkv,mp4,m2ts,avi,m4v,mpeg,MKV,MP4,ts} move Drive6:/TV.SS/ TV-Master:/00.SS/ --drive-use-trash=false
rclone -vP --transfers=40 --include=*.{mkv,mp4,m2ts,avi,m4v,mpeg,MKV,MP4,ts} move Drive7:/TV.SS/ TV-Master:/00.SS/ --drive-use-trash=false
rclone -vP --transfers=40 --include=*.{mkv,mp4,m2ts,avi,m4v,mpeg,MKV,MP4,ts} move Drive8:/TV.SS/ TV-Master:/00.SS/ --drive-use-trash=false
rclone -vP --transfers=40 --include=*.{mkv,mp4,m2ts,avi,m4v,mpeg,MKV,MP4,ts} move Drive9:/TV.SS/ TV-Master:/00.SS/ --drive-use-trash=false