I want to clone an sd card, trying to use robocopy
. What's wrong with the following statement?
ROBOCOPY e:\ c:\backup /MIR /COPYALL /DCOPY:DAT
Output: Invalid Paramter #5 : "/DCOPY:DAT"
What works would be a /DCOPY:T
. But why can't I use the :DAT
options?