Remix.run Logo
Windows Directory Structure Synchronizer(github.com)
16 points by fernvenue 5 days ago | 3 comments
bouyaveman6 5 days ago | parent | next [-]

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

bob1029 2 days ago | parent | prev [-]

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.

PeterStuer 2 days ago | parent [-]

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.