Hi, I'm just writing a batch file using robocopy.exe to backup my data to a spare HDD.
What I want it to do is an exact mirror of what I have on drive D, onto drive E. So if delete some data off D, I want that replicated on E. (if that makes sense)
I was thinking of something like this:
Can anyone offer any advice?
Cheers
What I want it to do is an exact mirror of what I have on drive D, onto drive E. So if delete some data off D, I want that replicated on E. (if that makes sense)
I was thinking of something like this:
Code:
robocopy.exe "D:\Share" "E:\Share" /PURGE
pause
exit
Can anyone offer any advice?
Cheers
