how to data migration(archived update) tools via NFS effectively ?
Hi All.
I would like to ask the data migration method with NFS environment.
In case of windows environment. I used to robocopy.
I can update with archive data after full data copy.
Like as /XO option.
In case of Windows, I had used the cli like as "C:\robocopy source_drive: target_drive: /S /E /XO /NP /COPY:DAT /W:1 /R:1 /TEE /FP /V /LOG:%date%_sync_data.txt
BUT I cannot use the robocopy utility with NFS environment.
Because of ACL issue, if I copy the unix data with robocopy, there be issued on copied data of ACL.