Windows – robocopy retain files in destination directory

batch-filerobocopywindows

Is there a way to retain files/directories in the destination directory while still Mirroring the source directory

Source ---
    A.txt
    B.txt
Destination ---
    Z.txt

Run robocopy

Destination ---
   A.txt
   B.txt
   Z.txt