Just had a situation where I was copying multiple versions of the same file because robocopy was following junction points.
1 | robocopy /e C:\Users\Username \\remote-host\D$\target_folder *.* /XJ |
Just had a situation where I was copying multiple versions of the same file because robocopy was following junction points.
1 | robocopy /e C:\Users\Username \\remote-host\D$\target_folder *.* /XJ |
0 Comments