Robert Brenckman

Results 123 comments of Robert Brenckman

So, while the unit tests looked very promising, actual copy results are much less so for my custom implementation (atleast on an SSD). Using the backup app to interchange between...

Well it was worth a shot to implement anyway. I'm curious what tricks it's using to copy that fast, and where my slowdown is occurring. I'm thinking mine could be...

Im curious what the speeds are regarding ListOnly mode vs robocopy. As I was seeing (in unit testing) this was slightly faster (or about same) on average. In which case...

I created a new branch in my custom implementation, this time with fully passing unit tests and threading. https://github.com/RFBCodeWorks/CachedRoboCopy/tree/ThreadedCopying One thing to note is that by default, (MultithreadedCopying = 0)...

You've already set the CopySubDirectory flag true, so that should handle the effect you are trying to get. RoboSharp by default creates the top-level directory always, then lets RoboCopy fill...

As far as readability goes, my personal take is that XML is the way to go, but that's what I'm used to. I would suggest trying to simply use the...

Heres my thoughts on structure: - ROboCommand should have its own page, along with all the options objects having their own pages. - IRoboCommand should be on its own page....

I can write up some of the interfaces descriptions in the coming weeks while I'm on the clock at work if you link me to where to edit them

I believe I can submit a PR against it, But if not I’ll post here On Sun, Jan 16, 2022 at 6:09 PM Darren Rose ***@***.***> wrote: > I have...

I've created https://github.com/tjscience/RoboSharp/wiki/IStatistic and updated the side bar organization, and filled out the links to all the pages. You can use the IStatistic page for reference on proposed structure and...