2

I have a robocopy script that uses /xd to exclude some folders in a /MIR copy which works well unless I delete the folder from the source - in which case it does not exclude the folder, it includes it and deletes it in the destination also!

How do I get around this one without having the directory in my source?

Thanks!

Trev
  • 111
  • 1
  • 4

1 Answers1

0

The directory you do not want deleted in the mirror copy must be included in the exclusion list.