I can definitely see how useful this would be for me, and I’m going to give it a try! In my case, I also have full zip files I’d like to move while preserving their folder structure (even using placeholders would be fine). Just sharing this in case it inspires you to address that use case
I can definitely see how useful this would be for me, and I’m going to give it a try! In my case, I also have full zip files I’d like to move while preserving their folder structure (even using placeholders would be fine). Just sharing this in case it inspires you to address that use case
This has always been my go to:
https://learn.microsoft.com/en-us/windows-server/administrat...
I like robocopy because it handles very long paths and other edge cases well.
And it is blazingly fast. The one thing it can't do in a single pass is create the placeholders for the large files AFAIK.