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.