CompTIA A+ 220-1102 Practice Question
Which command would you use to copy files while preserving their attributes and to ensure that the destination has all the specified files from the source, including any that are not present yet?
copy C:\Source D:\Destination /V
robocopy C:\Source D:\Destination /E /COPY:DAT
robocopy C:\Source D:\Destination /S /MOVE
xcopy C:\Source D:\Destination /E /I