0

I am currently attempting to set up a mirroring of my C:\ drive. I read online that using Robocopy was the best way to set this up. I have put together the following string of robocopy options,

 robocopy c:\ x:\ /e /zb /efsraw /mot:1440 /x /v /fp /np /copyall /secfix /timfix /mir /A-:H /rh:0300-0700 /pf /compress /w:n /l /x /v /ns /256 /log+:Cshdw x:\ /tee 

my log file continues to return with ;

>> ERROR : Invalid Parameter #26 : "x:\"

I have no idea what it is that I have done wrong. A little help would be appreciated.

6
  • 1
    I’m voting to close this question because OP figured it out
    – Gantendo
    Commented Sep 20, 2023 at 5:41
  • So, now I'm trying to figure out how to answer my own question and close the thread. Funny how it's the more random things that can stymie us. 😊
    – SimpleUser
    Commented Sep 20, 2023 at 5:42
  • Thanks Gantendo.
    – SimpleUser
    Commented Sep 20, 2023 at 5:43
  • I think you can delete it, but not close it or answer it for some weird reason. So just delete it.
    – Gantendo
    Commented Sep 20, 2023 at 5:45
  • 1
    Below your question should be a big box for your answer. In a couple of days you will be able to "accept" that answer. We do not want questions to be edited to include answers. It might help to take the tour to see how things work here. We also don't appreciate "EDIT" or "SOLVED" in titles as we can already easily see edits and having an accepted answer is how you show that the question is solved.
    – Mokubai
    Commented Sep 20, 2023 at 6:01

1 Answer 1

1

The x:\ after /log+:Cshdw is what the whole problem was.

You must log in to answer this question.

Not the answer you're looking for? Browse other questions tagged .