CompTIA Server+ SK0-005 Practice Question
You are scheduling a nightly Robocopy job to migrate a 2 TB departmental share from \FS01\Share to \FS02\Share. The migration must (1) delete any files or folders that were removed from the source, (2) preserve every NTFS permission, ownership entry, and audit record, (3) append status details to an existing log file at C:\Logs\ShareSync.log, and (4) speed up the transfer by using 16 copy threads. Which command will meet all of these requirements?
robocopy \FS01\Share \FS02\Share /E /SEC /MT:16 /LOG:C:\Logs\ShareSync.log
robocopy \FS01\Share \FS02\Share /E /COPYALL /MT:16 /LOG+:C:\Logs\ShareSync.log
robocopy \FS01\Share \FS02\Share /MIR /COPY:DATS /MT:8 /LOG+:C:\Logs\ShareSync.log
robocopy \FS01\Share \FS02\Share /MIR /COPYALL /MT:16 /LOG+:C:\Logs\ShareSync.log