What is the best method for copying files between servers while preserving permissions?
I recently used robocopy to move a folder to a new file server. Somehow it took a couple days, but it was noticed that all files within the folder and its subdirectories do not inherit their parents' security.
Currently looking for a way to fix that, but also curious what I should use in the future.