Hello,
I recently used the following robocopy command to copy files from a windows server to a NetApp.
robocopy \\windowsserver\docs \\nas001\docs /e /copyall /r:1 /w:1 /log:c:\docs.csv
two questions regarding this.
1. If i run this command again will it recopy everything or just new files?
2. the NTFS permissions didn't seem to copy over? I thought /copyall takes care of this?