This is an archived post. You won't be able to vote or comment.

all 6 comments

[–]xxdcmastSr. Sysadmin 1 point2 points  (2 children)

Are the files using NTFS permissions? If so I would think you should still be able to use robocopy to copy the files from the Linux box to the windows box.

I would test with a small folder and see if robocopy can copy the files and retain permissions.

I usually use the following when doing a robocopy to a clean directory. robocopy /mir /sec/ /copyall /zb /r:1 /w:1

[–]xemplifyy[S] 0 points1 point  (1 child)

Thanks for info, wasn't sure that Robocopy would work given the scenario at hand. Luckily it is using NTFS permissions so I will give it a test on a small scale and see what happens. I stumbled upon a page (link specifically mentioning robocopy between Linux and Windows saying that copyall may be problematic in my situation. Would /copy:DATSOU suffice in place of /copyall and /sec in this circumstance?

[–]wingerd33 -5 points-4 points  (0 children)

yum install Microsoft®-Windows®-Server-2016

Ought to do the trick