Where OLDSERVER is the source fileserver, D$ is the drive letter on the Source Server, and D is the drive letter on the new server. Step 1 - Initial copy of the data robocopy \\OLDSERVER\d$\FOLDER D:\FOLDER /e /zb /copy:DATSOU /r:3 /w:3 /log:c:\ROBOCOPY-Logs\FOLDER.log /V /NP
#Emcopy unable to set attributes full
Files deleted after Full copy from source are removed from target as part of copy process.
Log file records successful copies & errors.
Owner information on file copied over during Inc copy.
Owner information on file copied over during Full copy.
Owner information on folder copied over during Inc copy.
Owner information on folder copied over during Full copy.
File inheritance settings maintained during inc copy when file inheritance changed and file content changed.
File inheritance settings maintained during inc copy when file inheritance changed, but file content not changed.
File inheritance settings maintained during full copy.
Root folder and sub-folder inheritance settings maintained during inc copy.
Root folder and sub-folder inheritance settings maintained during full copy.
File permissions copied over during Inc copy where permissions have changed and file has changed.
File permissions copied over during Inc copy where permissions have changed, but file has not.
File permissions copied over during Full copy.
Modified Sub-folder permissions copied across during Inc copy.
Sub-folder permissions copied across during Full copy.
Root folder permissions copied across during Inc copy where permissions have changed since Full copy.
Root folder permissions copied across during Full copy.
Only copy files with a newer date on source than on target during Inc copy.
Date & times of original file and folder modification times/dates copied from source - inc copy.
Date & times of original file and folder modification times/dates copied from source - full copy.