Hey all so I have a script to copy files from 1 computer to others in a list. It works great but I was thinking it's inefficient. I want to be able to copy the item from the original host and the new host that just got the file. Each time it does an iteration the amount it's able to copy to will double.
Ex. Copy file A from machine 1 to 2. Then copy it from 1 and 2 to 3 and 4 etc... So each time it doubles.
Is this possible? If so I have no idea how and would love suggestions.
Thanks.