Hello,
I'm migrating our network shares (about 10 TB) from an old Synology NAS to a new Windows Server 2019 VM.
Anything except owner information works well with robocopy.
robocopy.exe $SOURCE $DESTINATION /MIR /COPY:DATOU /DCOPY:DAT /V /FFT /MT /NP /R:3 /W:15 /LOG:$LOG
I dont want to copy the NTFS access control list but the owner is important to us. After successfully copying all files the owner attribute always shows "Everyone" on every file.
All Windows Updates are installed and the Robocopy version is 10.0.17763.1490. I also tested it without any success on older Windows Server 2008 R2 and 2012 servers.
Any advices?