ソリューションが必要です
Hi All,
I'm in the process of migrating the file server data content from one server to another. Using the Robocopy script below which skip the Offline attributes (eg. EV placeHolder):
robocopy.exe "\\OldFileServer\homedirs" F:\HomeDirs *.* /MIR /E /SECFIX /SEC /XA:O /XO /XJ /ZB /COPYALL /DCOPY:T /R:0 /W:0 /NP /NFL /NDL /TEE /log:"C:\robocopyUsersHomes.log"
The FSAUtility that I execute from the EV server is as follows:
FSAUtility –pm –s \\OldFileServer\homedirs -d \\NewFileServer\HomeDirs\ -f –csf
my questions is:
- Does the copy can be run or executed simultaneously or does it have to be in specific order ? eg. Robocopy Script first and then followed by FSAUtility or the other way around ?
- Does the FSAUtility place holder copy retains the same file Ownership and also Permissions as well ?
Thank in advance.