You can run a series of Linux commands to copy multiple files to a folder or copy a single file to multiple folders, but you can save time and trouble by using xargs, loops and scripts. Using a series ...
source : Source Directory (drive path or \\server\share\path). destination : Destination Dir (drive path or \\server\share\path). file : File(s) to copy (names ...
Title says it all. I'm regularly copying about 500GB of tiny files in lots of nested sub-folders from a server in one site to another. Robocopy gets the job done, but even after tweaking the flags, it ...