

I was amazed by the speed today and it will save me hours on a repeated copy task that I have implemented. It is an EXE installer (ugh) but during install allows a portable "Extract Only" installation to the directory of your choice. The download is linked from his website (with source code available) here. differential copying based on size/date, etc.will optionally copy HardLinks, Junctions, and SymLinks.can copy ACL with Extended Attributes and alternate streams.


I want to copy the symbolic link itself, not the contents of the referenced location.Ĭopying certain directories in Windows is almost always a recipe for failure. Along with that, all the file copying tools are woefully inadequate when it comes to symbolic links and junctions. I need to copy a tree of directories to another location but am foiled every time by some file that refuses to copy for one reason or another (access denied, file in use, or the best one, no reason given, it just refuses to copy.) Many methods don't copy NTFS permissions. Is there a directory copying method for NTFS that can copy a directory 100% accurately, every time, with every single file, sub-directory, permission, attribute, and symbolic link / junction intact without skipping a single file? I'm open to any suggestions, including command line, boot disc tools, partial disc imaging (as long as you can restore to a disc with data on it and not wipe it), raw copying, or anything else that might solve this.
