Hello!
Can I run Robocopy with a non administrator user if I have read/write rights on both source and destination folders? Is there any side effect/limitation?
My command would be:
robocopy \\server1\SRC \\server2\DEST
THANKS!
Hello!
Can I run Robocopy with a non administrator user if I have read/write rights on both source and destination folders? Is there any side effect/limitation?
My command would be:
robocopy \\server1\SRC \\server2\DEST
THANKS!
Yes, this will work if you have the permissions. If you want to mirror subfolders then add the /MIR option.